Skip to content

Commit

Permalink
Merge pull request #163 from expressvpn/release-wolfssl-sys-1.2.0
Browse files Browse the repository at this point in the history
Release wolfssl-sys v1.2.0
  • Loading branch information
xv-ian-c authored Jul 25, 2024
2 parents e9cbe23 + f74f10a commit 3acb441
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 wolfssl-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wolfssl-sys"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
authors = ["[email protected]"]
license = "GPL-2.0-only"
Expand Down
2 changes: 1 addition & 1 deletion wolfssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ debug = ["wolfssl-sys/debug"] # Note that application code must also call wolfss
bytes = "1"
log = "0.4"
thiserror = "1.0"
wolfssl-sys = { path = "../wolfssl-sys", version = "1.1.0" }
wolfssl-sys = { path = "../wolfssl-sys", version = "1.2.0" }

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

0 comments on commit 3acb441

Please sign in to comment.