Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: amqp-rs/rustls-connector
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e1d872e87853e01c4a01ee8d1b177cbc3195ad03
Choose a base ref
..
head repository: amqp-rs/rustls-connector
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a1f31e0bb72fa37190c20073a2f1728f5cd27044
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cargo.toml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ webpki-roots-certs = ["webpki-roots"]

# rustls crypto providers. Choose at least one. Otherwise, runtime errors.
# See https://docs.rs/rustls/latest/rustls/#crate-features. for more info
rustls--aws_lc_rs = ["rustls/aws_lc_rs"] # default
rustls--aws_lc_rs = ["rustls/aws_lc_rs"] # default, but doesn't build everywhere
rustls--ring = ["rustls/ring"] # more compatible, (e.g., easily builds on Windows)

[dependencies]