Skip to content

Commit 3898203

Browse files
authored
Merge pull request cloudflare#29 from AkshatM/main
Release major version v0.1.0 of `web-bot-auth` crate
2 parents 91c31c8 + 109ca40 commit 3898203

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.0.3"
9+
version = "0.1.0"
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.0.3", path = "./crates/web-bot-auth" }
35+
web-bot-auth = { version = "0.1.0", path = "./crates/web-bot-auth" }

0 commit comments

Comments
 (0)