Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Use specific version of hex as wildcards are not allowed on crates.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 8, 2023
1 parent 29ba595 commit a7f16dc
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 @@ -8,7 +8,7 @@ description = "x25519 & chacha20poly1305"
repository = "https://github.com/entropyxyz/x25519-chacha20poly1305"

[dependencies]
hex = "*"
hex = "0.4.3"
bip39 = { git = "https://github.com/infincia/bip39-rs.git", tag = "v0.6.0-beta.1" }
wasm-bindgen = "0.2.83"
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
Expand Down

0 comments on commit a7f16dc

Please sign in to comment.