Skip to content

Commit

Permalink
Fix docs.rs generation failure due to build environment issues (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail authored Nov 17, 2023
1 parent a30dec2 commit cb030a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions aws-lc-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "aws-lc-rs"
authors = ["AWS-LibCrypto"]
version = "1.5.0"
version = "1.5.1"
edition = "2021"
rust-version = "1.60"
keywords = ["crypto", "cryptography", "security"]
Expand All @@ -23,7 +23,6 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[package.metadata.docs.rs]
features = ["fips"]
rustc-args = ["--cfg", "docsrs"]

[features]
Expand Down

0 comments on commit cb030a3

Please sign in to comment.