Skip to content

Commit 1984c76

Browse files
committed
chore: Release
1 parent bacea4a commit 1984c76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hcaptcha/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ nightly = []
3434
[dependencies]
3535
async-trait.workspace = true
3636
hex = { workspace = true, optional = true }
37-
hcaptcha_derive = { version = "2.7.9", path = "../hcaptcha_derive" }
37+
hcaptcha_derive = { version = "3.0.0", path = "../hcaptcha_derive" }
3838
reqwest.workspace = true
3939
serde_json.workspace = true
4040
serde_urlencoded.workspace = true

hcaptcha_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hcaptcha_derive"
3-
version = "2.7.9"
3+
version = "3.0.0"
44
edition = "2018"
55
description = """
66
Derive macro for hCaptcha. Please use hcaptcha crate.

0 commit comments

Comments
 (0)