Skip to content

Commit 360bfac

Browse files
committed
build(deps): Update openssl-macro to version 0.1.1
The minimal version of `openssl-macros` needs to be the latest version. If `0.1.0` is used, then all kinds of compiler errors in the macro usage of `openssl` occur. I found this by running `cargo minimal-versions check` on crate `native-tls`. I don't know of any simple CI check to add to this project to detect this problem in the future.
1 parent be8dcfd commit 360bfac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openssl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ foreign-types = "0.3.1"
3030
libc = "0.2"
3131
once_cell = "1.5.2"
3232

33-
openssl-macros = { version = "0.1.0", path = "../openssl-macros" }
33+
openssl-macros = { version = "0.1.1", path = "../openssl-macros" }
3434
ffi = { package = "openssl-sys", version = "0.9.104", path = "../openssl-sys" }
3535

3636
[dev-dependencies]

0 commit comments

Comments
 (0)