Skip to content

Commit

Permalink
Add path dependency for rustls-post-quantum
Browse files Browse the repository at this point in the history
This avoids our Cargo.lock containing a previous version of this
crate, and means a local `cargo build` is sufficient to check
rustls-post-quantum/ builds against the current rustls/.
  • Loading branch information
ctz committed Mar 21, 2024
1 parent 46454a9 commit 667482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
17 changes: 1 addition & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rustls-post-quantum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/rustls/rustls"
categories = ["network-programming", "cryptography"]

[dependencies]
rustls = { version = "0.23.2", features = ["aws_lc_rs"] }
rustls = { version = "0.23.2", features = ["aws_lc_rs"], path = "../rustls" }
aws-lc-rs = { version = "1.6", features = ["unstable"], default-features = false }

[dev-dependencies]
Expand Down

0 comments on commit 667482a

Please sign in to comment.