Skip to content

Commit

Permalink
Prepare 1.0.0-rc.3 (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 24, 2022
1 parent 5dc7bf9 commit 0f286fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 1.0.0-rc.3 - 20XX-XX-XX
## 1.0.0-rc.3 - 2022-11-24

### Added

Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iota-wallet"
version = "1.0.0-rc.2"
version = "1.0.0-rc.3"
authors = [ "IOTA Stiftung" ]
edition = "2021"
description = "A stateful package for IOTA value transactions"
Expand All @@ -16,8 +16,7 @@ async-trait = { version = "0.1.58", default-features = false }
backtrace = { version = "0.3.66", default-features = false, features = [ "std" ] }
futures = { version = "0.3.25", default-features = false }
getset = { version = "0.1.2", default-features = false }
# iota-client = { version = "2.0.1-rc.3", default-features = false, features = [ "message_interface", "tls" ] }
iota-client = { git = "https://github.com/iotaledger/iota.rs", rev = "9fc711b380585fc5001f31e380ea322644d3d24f", default-features = false, features = [ "message_interface", "tls" ] }
iota-client = { version = "2.0.1-rc.4", default-features = false, features = [ "message_interface", "tls" ] }
iota-crypto = { version = "0.15.3", default-features = false, features = [ "std", "chacha", "blake2b", "ed25519", "random", "slip10", "bip39", "bip39-en" ] }
log = { version = "0.4.17", default-features = false }
packable = { version = "0.7.0", default-features = false, features = [ "serde", "primitive-types" ] }
Expand Down

0 comments on commit 0f286fc

Please sign in to comment.