Skip to content

Commit

Permalink
Build doc.rs with unstable enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
skmcgrail committed Jan 26, 2024
1 parent 3c7c3be commit aafc284
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.6.0"
version = "1.6.1"
edition = "2021"
rust-version = "1.60"
keywords = ["crypto", "cryptography", "security"]
Expand All @@ -24,6 +24,7 @@ exclude = [

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]
features = ["unstable"]

[features]
alloc = []
Expand Down

0 comments on commit aafc284

Please sign in to comment.