Skip to content

Commit ad610e5

Browse files
authored
Bump Rust version to trigger automated release (#60)
Major change since last release: Add a useragent header when fetching data + print response if not JSON (#59)
1 parent 55a90d4 commit ad610e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.5.0"
9+
version = "0.5.1"
1010
authors = [
1111
"Akshat Mahajan <akshat@cloudflare.com>",
1212
"Gauri Baraskar <gbaraskar@cloudflare.com>",
@@ -32,4 +32,4 @@ serde_json = "1.0.140"
3232
data-url = "0.3.1"
3333

3434
# workspace dependencies
35-
web-bot-auth = { version = "0.5.0", path = "./crates/web-bot-auth" }
35+
web-bot-auth = { version = "0.5.1", path = "./crates/web-bot-auth" }

0 commit comments

Comments
 (0)