Skip to content

Commit

Permalink
Merge pull request #2324 from caspermeijn/minimal_version_macros
Browse files Browse the repository at this point in the history
build(deps): Update `openssl-macro` to version `0.1.1`
  • Loading branch information
sfackler authored Oct 28, 2024
2 parents be8dcfd + 360bfac commit 96607c6
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 96607c6

Please sign in to comment.