Skip to content

Commit

Permalink
fixed documentation build bug caused by incompatible features
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlepisto committed Nov 14, 2024
1 parent 162797f commit df0a38d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"]

Expand Down

0 comments on commit df0a38d

Please sign in to comment.