Skip to content

Commit

Permalink
Fix version constraint
Browse files Browse the repository at this point in the history
Closes #1630
  • Loading branch information
sfackler committed May 3, 2022
1 parent 936aba3 commit 7d03994
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 @@ -28,7 +28,7 @@ libc = "0.2"
once_cell = "1.5.2"

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

[dev-dependencies]
hex = "0.3"

0 comments on commit 7d03994

Please sign in to comment.