Skip to content

Commit

Permalink
revert version change of mbedtls-sys-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Aug 28, 2024
1 parent 62dd0c7 commit 4245e29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
24 changes: 9 additions & 15 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 mbedtls-platform-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ chrono = { version = "0.4", optional = true }
chrono = "0.4"

[dependencies.mbedtls-sys-auto]
version = "2"
version = "2.25.0"
default-features = false
features = ["threading", "custom_printf"]
path = "../mbedtls-sys"
Expand Down
2 changes: 1 addition & 1 deletion mbedtls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cfg-if = "1.0.0"
tokio = { version = "1.16.1", optional = true }
chrono = { version = "0.4.38", optional = true }

mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2", default-features = false, features = [
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2.25.0", default-features = false, features = [
"trusted_cert_callback",
"threading",
] }
Expand Down

0 comments on commit 4245e29

Please sign in to comment.