Skip to content

Commit

Permalink
Merge pull request #9 from tari-project/upd_clear_on_drop
Browse files Browse the repository at this point in the history
Update clear_on_drop
  • Loading branch information
CjS77 committed Jun 23, 2020
2 parents e9d806d + 4c33ce8 commit 1600239
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -7,15 +7,15 @@ categories = ["cryptography"]
homepage = "https://tari.com"
readme = "README.md"
license = "BSD-3-Clause"
version = "0.3.1"
version = "0.4.0"
edition = "2018"

[dependencies]
tari_utilities = "^0.1"
base64 = "0.10.1"
digest = "0.8.0"
rand = "0.7.2"
clear_on_drop = "0.2.3"
clear_on_drop = "=0.2.4"
curve25519-dalek = { version = "2.0.0" }
bulletproofs = { version = "2.0.0" }
merlin = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
@@ -1 +1 @@
nightly-2020-01-08
nightly-2020-06-10

0 comments on commit 1600239

Please sign in to comment.