From cb030a33fb22cba4441f2b2d17e3c1c702c39895 Mon Sep 17 00:00:00 2001 From: Sean McGrail <549813+skmcgrail@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:19:58 -0800 Subject: [PATCH] Fix docs.rs generation failure due to build environment issues (#281) --- aws-lc-rs/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aws-lc-rs/Cargo.toml b/aws-lc-rs/Cargo.toml index 146bf9a5c8f..a23c6bd37e0 100644 --- a/aws-lc-rs/Cargo.toml +++ b/aws-lc-rs/Cargo.toml @@ -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"] @@ -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]