Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jerus-bot committed Dec 9, 2024
1 parent bacea4a commit 1984c76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion hcaptcha/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nightly = []
[dependencies]
async-trait.workspace = true
hex = { workspace = true, optional = true }
hcaptcha_derive = { version = "2.7.9", path = "../hcaptcha_derive" }
hcaptcha_derive = { version = "3.0.0", path = "../hcaptcha_derive" }
reqwest.workspace = true
serde_json.workspace = true
serde_urlencoded.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion hcaptcha_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hcaptcha_derive"
version = "2.7.9"
version = "3.0.0"
edition = "2018"
description = """
Derive macro for hCaptcha. Please use hcaptcha crate.
Expand Down

0 comments on commit 1984c76

Please sign in to comment.