From df0a38d9df7486af3618fdfc04ea48d44c36bbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joni=20Lepist=C3=B6?= Date: Thu, 14 Nov 2024 20:24:05 +0200 Subject: [PATCH] fixed documentation build bug caused by incompatible features --- Cargo.lock | 2 +- Cargo.toml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ed2920..cc20aee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -127,7 +127,7 @@ dependencies = [ [[package]] name = "clatter" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" dependencies = [ "aes-gcm", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index fd463fb..76dcf2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clatter" -version = "1.0.0-rc.1" +version = "1.0.0-rc.2" edition = "2021" license = "MIT" description = "no_std compatible implementation of Noise protocol framework with Post-Quantum extensions" @@ -61,8 +61,6 @@ use-25519 = ["x25519-dalek"] # docs.rs-specific configuration [package.metadata.docs.rs] -# document all features -all-features = true # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]