Skip to content

Commit 9364773

Browse files
committed
Revert chane to bindgen dependency in mbedtls-sys
Reverts an unnecesary change to mbedtls-sys's bindgen dependency so that it again only requires 0.19.0. Crate versions 2.18.1 and 0.5.1 will be yanked.
1 parent 00af668 commit 9364773

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mbedtls-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ libc = { version = "0.2.0", optional = true }
2121
libz-sys = { version = "1.0.0", optional = true }
2222

2323
[build-dependencies]
24-
bindgen = "0.19.2"
24+
bindgen = "0.19.0"
2525
cmake = "0.1.17"
2626

2727
[features]

mbedtls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ rc2 = { version = "0.3", optional = true }
3333
rs-libc = "0.1.0"
3434

3535
[dependencies.mbedtls-sys-auto]
36-
version = "2.18.1"
36+
version = "2.18.0"
3737
default-features = false
3838
features = ["custom_printf"]
3939
path = "../mbedtls-sys"

0 commit comments

Comments
 (0)