Skip to content

Commit

Permalink
solution: release v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splix committed May 14, 2023
1 parent dc28ee7 commit db5d67d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emerald-vault"
version = "0.33.0-dev"
version = "0.33.0"
authors = ["Igor Artamonov <[email protected]>", "Dmitry Ulanov <[email protected]>", "Constantine Kryvomaz <[email protected]>", "Stewart Mackenzie <[email protected]>", "Wei Tang <[email protected]>"]
description = "Emerald Vault - Key Storage for Emerald Wallet"
homepage = "https://emerald.cash"
Expand Down Expand Up @@ -37,7 +37,7 @@ getrandom = "0.2.4"
byteorder = "1.4.3"
ethabi = "18.0.0"
num = "0.4.0"
bitcoin = ">=0.29"
bitcoin = "0.29"
ethers-core = { version = "1.0.2", default-features = false, features = ["eip712", "macros"] }
ethers-derive-eip712 = "1.0.2"
aes = "0.8.2"
Expand All @@ -58,13 +58,13 @@ fs_extra = "1.2.0"
csv = "1.1.6"
base64 = "0.13.0"
rlp = "0.5.1"
hdpath = { version = "~0.6", features = ["with-bitcoin"] }
hdpath = { version = "0.6", features = ["with-bitcoin"] }
#hdpath = { path = "../hdpath", features = ["with-bitcoin"] }
byte-array-struct = { version = "0.2.0", features = ["with-serde"] }
bitcoin_hashes = "0.11"
#emerald-hwkey = { path = "../emerald-hwkey" }
emerald-hwkey = { git = "https://github.com/emeraldpay/emerald-hwkey", branch = "master" }
#emerald-hwkey = "~0.4"
#emerald-hwkey = { git = "https://github.com/emeraldpay/emerald-hwkey", branch = "master" }
emerald-hwkey = "0.5"
num-bigint = "0.4"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
image = { version = "0.24.6", default-features = false, features = ["png", "jpeg"] }
Expand Down

0 comments on commit db5d67d

Please sign in to comment.