Skip to content

Commit

Permalink
Disable default features for aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 30, 2024
1 parent 746da00 commit cbd4c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 40 deletions.
41 changes: 2 additions & 39 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["rcgen", "rustls-cert-gen"]
resolver = "2"

[workspace.dependencies]
aws-lc-rs = "1.6.0"
aws-lc-rs = { version = "1.6.0", default-features = false }
pem = "3.0.2"
pki-types = { package = "rustls-pki-types", version = "1.4.1" }
rand = "0.8"
Expand Down

0 comments on commit cbd4c00

Please sign in to comment.