Skip to content

Commit 6277dee

Browse files
committed
Bump Rust web-bot-auth to 1.0.0
This branch now contains backwards-incompatible changes, necessitating a major version bump.
1 parent fb7aebc commit 6277dee

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.1"
9+
version = "1.0.0"
1010
authors = [
1111
"Akshat Mahajan <[email protected]>",
1212
"Gauri Baraskar <[email protected]>",
@@ -33,4 +33,4 @@ data-url = "0.3.1"
3333
regex = "1.12.2"
3434

3535
# workspace dependencies
36-
web-bot-auth = { version = "0.5.1", path = "./crates/web-bot-auth" }
36+
web-bot-auth = { version = "1.0.0", path = "./crates/web-bot-auth" }

0 commit comments

Comments
 (0)