Skip to content

Commit

Permalink
Remove * dependency on openssl-sys
Browse files Browse the repository at this point in the history
Now requires a version between 0.9.0 and 0.11.
  • Loading branch information
Raniz committed Oct 13, 2020
1 parent 24e8845 commit 0945275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ links = "pq"
build = "build.rs"

[dependencies]
openssl-sys = { version = "*", optional = true }
openssl-sys = { version = ">=0.9.0,<0.11", optional = true }

[features]
openssl-static = ["openssl-sys"]
Expand Down

0 comments on commit 0945275

Please sign in to comment.