Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit dc572df

Browse files
authored
Update wallet.rs rev and version (#135)
1 parent 2b6c18c commit dc572df

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli-wallet"
3-
version = "1.0.0-beta.2"
3+
version = "1.0.0-beta.3"
44
authors = [ "IOTA Stiftung" ]
55
edition = "2021"
66
homepage = "https://iota.org"
@@ -16,7 +16,7 @@ clap = { version = "3.2.8", default-features = false, features = [ "derive", "st
1616
dialoguer = { version = "0.10.1", default-features = false, features = [ "password" ] }
1717
fern-logger = { version = "0.5.0", default-features = false }
1818
iota-crypto = { version = "0.13.0", default-features = false, features = [ "std", "random", "sha", "pbkdf", "hmac", "bip39", "bip39-en", "chacha", "blake2b", "slip10" ] }
19-
iota-wallet = { git = "https://github.com/iotaledger/wallet.rs", rev = "d4409fbff4927c998a70f49e60bd8895f4f81b37", default-features = false, features = [ "storage", "stronghold" ] }
19+
iota-wallet = { git = "https://github.com/iotaledger/wallet.rs", rev = "ee8b934e2126bc101ab1e064424181455e51d1ea", default-features = false, features = [ "storage", "stronghold" ] }
2020
log = { version = "0.4.17", default-features = false }
2121
prefix-hex = { version = "0.4.0", default-features = false, features = [ "std" ] }
2222
thiserror = { version = "1.0.31", default-features = false }

0 commit comments

Comments
 (0)