Skip to content

Commit 908f6f5

Browse files
authored
Build doc.rs with unstable enabled (#326)
1 parent 3c7c3be commit 908f6f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

aws-lc-rs/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "aws-lc-rs"
33
authors = ["AWS-LibCrypto"]
4-
version = "1.6.0"
4+
version = "1.6.1"
55
edition = "2021"
66
rust-version = "1.60"
77
keywords = ["crypto", "cryptography", "security"]
@@ -24,6 +24,7 @@ exclude = [
2424

2525
[package.metadata.docs.rs]
2626
rustdoc-args = ["--cfg", "docsrs"]
27+
features = ["unstable"]
2728

2829
[features]
2930
alloc = []

0 commit comments

Comments
 (0)