Skip to content

Commit

Permalink
cli-wallet-1.0.0-alpha.7 (#129)
Browse files Browse the repository at this point in the history
* Bump wallet revision

* cli-wallet-1.0.0-alpha.7
  • Loading branch information
thibault-martinez authored Jul 12, 2022
1 parent ad57865 commit ef7d135
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli-wallet"
version = "1.0.0-alpha.6"
version = "1.0.0-alpha.7"
authors = [ "IOTA Stiftung" ]
edition = "2021"
homepage = "https://iota.org"
Expand All @@ -16,7 +16,7 @@ clap = { version = "3.2.8", default-features = false, features = [ "derive", "st
dialoguer = { version = "0.10.1", default-features = false, features = [ "password" ] }
fern-logger = { version = "0.5.0", default-features = false }
iota-crypto = { version = "0.12.1", default-features = false, features = [ "std", "random", "sha", "pbkdf", "hmac", "bip39", "bip39-en", "chacha", "blake2b", "slip10" ] }
iota-wallet = { git = "https://github.com/iotaledger/wallet.rs", rev = "baf78ea8eb2c9d7cb4018f05443d9e3eab6bd221", default-features = false, features = [ "storage", "stronghold" ] }
iota-wallet = { git = "https://github.com/iotaledger/wallet.rs", rev = "73b404144b9912fc96e6c677248cb362521e8797", default-features = false, features = [ "storage", "stronghold" ] }
log = { version = "0.4.17", default-features = false }
prefix-hex = { version = "0.4.0", default-features = false, features = [ "std" ] }
thiserror = { version = "1.0.31", default-features = false }
Expand Down

0 comments on commit ef7d135

Please sign in to comment.