Skip to content

Commit

Permalink
chore: release docs with all features
Browse files Browse the repository at this point in the history
Signed-off-by: Brooks Townsend <[email protected]>
  • Loading branch information
brooksmtownsend committed Jul 25, 2024
1 parent b223f7b commit 9a14513
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nkeys"
version = "0.4.2"
version = "0.4.3"
authors = ["wasmCloud Team"]
edition = "2021"
description = "Rust implementation of the NATS nkeys library"
Expand All @@ -24,6 +24,9 @@ cli = [

xkeys = ["dep:crypto_box"]

[package.metadata.docs.rs]
all_features = true

[[bin]]
name = "nk"
required-features = ["cli"]
Expand Down

0 comments on commit 9a14513

Please sign in to comment.