Skip to content

Commit

Permalink
remove feature
Browse files Browse the repository at this point in the history
  • Loading branch information
eminarican committed Aug 20, 2021
1 parent 0f27983 commit 256f757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"

[dependencies]
aes-gcm = "0.9.3"
chacha20poly1305 = { version = "0.8.1", default-features = false, features = ["chacha20", "heapless"] }
chacha20poly1305 = { version = "0.8.1", default-features = false, features = ["chacha20"] }
hmac = "0.7.1"
pbkdf2 = { version = "0.3.0", default-features = false, features = ["sha2", "hmac"] }
rand = { version = "0.7.3", default-features = false }
Expand Down

0 comments on commit 256f757

Please sign in to comment.