Skip to content

Commit

Permalink
Feat: Bump up version
Browse files Browse the repository at this point in the history
Fix: `rand_chacha` is not a feature but a depedency
  • Loading branch information
448-OG committed Aug 15, 2023
1 parent bc9a696 commit 55c8922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "memsecurity"
version = "3.1.0"
version = "3.1.1"
authors = ["448 ENGINEERING DESIGN DEVELOPERS <superuser@448.africa>"]
license = "Apache-2.0 OR MIT"
description = "Securely hold secrets in memory and protect them against cross-protection-boundary readout via microarchitectural, via attacks on physical layout, and via coldboot attacks."
Expand Down Expand Up @@ -52,7 +52,7 @@ encryption = [
"dep:blake3",
"symm_asymm",
]
random = ["dep:rand_core", "rand_chacha"]
random = ["dep:rand_core", "dep:rand_chacha"]
ed25519 = ["dep:ed25519-dalek"]
x25519 = ["dep:x25519-dalek"]
symm_asymm = ["dep:bytes", "dep:arrayvec", "dep:blake3"]
Expand Down

0 comments on commit 55c8922

Please sign in to comment.