Skip to content

Commit

Permalink
build(deps): Update openssl-macro to version 0.1.1
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
caspermeijn committed Oct 28, 2024
1 parent be8dcfd commit 360bfac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ foreign-types = "0.3.1"
libc = "0.2"
once_cell = "1.5.2"

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

[dev-dependencies]
Expand Down

0 comments on commit 360bfac

Please sign in to comment.