Skip to content

Commit

Permalink
Merge pull request #200 from expressvpn/release-wolfssl-sys-1.3.0
Browse files Browse the repository at this point in the history
Release wolfssl-sys v2.0.0
  • Loading branch information
xv-ian-c authored Dec 2, 2024
2 parents 2e98980 + ba4e70e commit d305bd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 wolfssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wolfssl-sys"
version = "1.2.0"
version = "2.0.0"
edition = "2021"
authors = ["[email protected]"]
license = "GPL-2.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion wolfssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ unnecessary_safety_comment = "deny"
bytes = "1"
log = "0.4"
thiserror = "2.0"
wolfssl-sys = { path = "../wolfssl-sys", version = "1.2.0" }
wolfssl-sys = { path = "../wolfssl-sys", version = "2.0.0" }

[dev-dependencies]
async-trait = "0.1.73"
Expand Down

0 comments on commit d305bd4

Please sign in to comment.