Skip to content

Commit

Permalink
Restrict openssl by 0.10.36
Browse files Browse the repository at this point in the history
This is required by -Zminimal-versions nightly check.

For openssl 0.10.35 the build would succeed if only
openssl-sys is restricted by 0.9.66 explicitly
(by default it mistakenly limited by 0.9.65).

For openssl <0.10.35 or openssl-sys<0.9.66
the build is failed.
  • Loading branch information
nepalez authored and Jarema committed Sep 21, 2023
1 parent fd05ebb commit 0542934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-nats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ webpki = { package = "rustls-webpki", version = "0.101.2", features = ["alloc",

# for -Z minimal-versions
rustls = "0.21.6" # used by tokio-rustls 0.24.0
openssl = "0.10.36"

[dev-dependencies]
criterion = { version = "0.5", features = ["async_tokio"]}
Expand Down

0 comments on commit 0542934

Please sign in to comment.