Skip to content

Commit 4245e29

Browse files
committed
revert version change of mbedtls-sys-auto
1 parent 62dd0c7 commit 4245e29

File tree

3 files changed

+11
-17
lines changed

3 files changed

+11
-17
lines changed

Cargo.lock

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

mbedtls-platform-support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ chrono = { version = "0.4", optional = true }
2727
chrono = "0.4"
2828

2929
[dependencies.mbedtls-sys-auto]
30-
version = "2"
30+
version = "2.25.0"
3131
default-features = false
3232
features = ["threading", "custom_printf"]
3333
path = "../mbedtls-sys"

mbedtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cfg-if = "1.0.0"
3939
tokio = { version = "1.16.1", optional = true }
4040
chrono = { version = "0.4.38", optional = true }
4141

42-
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2", default-features = false, features = [
42+
mbedtls-sys-auto = { path = "../mbedtls-sys", version = "2.25.0", default-features = false, features = [
4343
"trusted_cert_callback",
4444
"threading",
4545
] }

0 commit comments

Comments
 (0)