Skip to content

Commit 1697a01

Browse files
committed
chore: Release
1 parent 8d6fb9f commit 1697a01

File tree

16 files changed

+29
-29
lines changed

16 files changed

+29
-29
lines changed

Cargo.lock

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To use hcaptcha, add the following to your `Cargo.toml`:
3434

3535
```toml
3636
[dependencies]
37-
hcaptcha = "3.0.30"
37+
hcaptcha = "3.0.31"
3838

3939
```
4040

hcaptcha-cli/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-cli"
3-
version = "3.0.30"
3+
version = "3.0.31"
44
edition.workspace = true
55
publish.workspace = true
66
rust-version.workspace = true

hcaptcha/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hcaptcha"
33
description = """
44
hCaptcha client response verification. Validate the hCaptcha response submitted from to your server from the client.
55
"""
6-
version = "3.0.30"
6+
version = "3.0.31"
77
authors = ["Jeremiah Russell <[email protected]>"]
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/jerusdp/hcaptcha-rs"
@@ -34,7 +34,7 @@ nightly = []
3434
[dependencies]
3535
async-trait.workspace = true
3636
hex = { workspace = true, optional = true }
37-
hcaptcha_derive = { version = "3.0.30", path = "../hcaptcha_derive" }
37+
hcaptcha_derive = { version = "3.0.31", path = "../hcaptcha_derive" }
3838
reqwest.workspace = true
3939
serde_json.workspace = true
4040
serde_urlencoded.workspace = true

hcaptcha/examples/hcaptcha-wasm/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-wasm"
3-
version = "3.0.30"
3+
version = "3.0.31"
44
authors = ["Jeremiah Russell <[email protected]>"]
55
edition.workspace = true
66
rust-version.workspace = true

hcaptcha/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@
266266
//!
267267
//! ```toml
268268
//! [dependency]
269-
//! hcaptcha = { version = "3.0.30", default-features = false }
269+
//! hcaptcha = { version = "3.0.31", default-features = false }
270270
//! ```
271271
//!
272272
//! The following feature flags are available:

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 = "3.0.30"
3+
version = "3.0.31"
44
edition = "2018"
55
description = """
66
Derive macro for hCaptcha. Please use hcaptcha crate.

mock-verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mock-verifier"
3-
version = "3.0.30"
3+
version = "3.0.31"
44
rust-version.workspace = true
55
edition.workspace = true
66
publish.workspace = true

test-suite-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-suite-cli"
3-
version = "3.0.30"
3+
version = "3.0.31"
44
edition.workspace = true
55
publish.workspace = true
66
rust-version.workspace = true

test-suite-default/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test-suite-default"
3-
version = "3.0.30"
3+
version = "3.0.31"
44
edition.workspace = true
55
publish = false
66
rust-version = "1.75"

0 commit comments

Comments
 (0)