Skip to content

Commit bc0bd9c

Browse files
cargo: test bumping both versions
TO UNDO TO KEEP COMMIT HISTORY CLEAN
1 parent 5c0c758 commit bc0bd9c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.

wolfssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wolfssl-sys"
3-
version = "3.0.0"
3+
version = "3.1.0"
44
description = "System bindings for WolfSSL"
55
readme = "README.md"
66
authors.workspace = true

wolfssl/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wolfssl"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
description = "High-level bindings for WolfSSL"
55
authors.workspace = true
66
license.workspace = true
@@ -30,7 +30,7 @@ unnecessary_safety_comment = "deny"
3030
bytes = "1"
3131
log = "0.4"
3232
thiserror = "2.0"
33-
wolfssl-sys = { path = "../wolfssl-sys", version = "3.0.0" }
33+
wolfssl-sys = { path = "../wolfssl-sys", version = "3.1.0" }
3434

3535
[dev-dependencies]
3636
async-trait = "0.1.73"

0 commit comments

Comments
 (0)