Skip to content

Commit 2bbfab2

Browse files
authored
Merge pull request #19 from Rigidity/update-chia-rs
Update chia_rs and bump to 0.7.1
2 parents c0914ae + 3566ffc commit 2bbfab2

File tree

2 files changed

+41
-92
lines changed

2 files changed

+41
-92
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-wallet-sdk"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "An unofficial SDK for building Chia wallets."
@@ -17,13 +17,13 @@ indexmap = "2.1.0"
1717
sha2 = "0.9.9"
1818
thiserror = "1.0.50"
1919
clvmr = "0.6.1"
20-
chia-protocol = "0.6.0"
21-
chia-wallet = "0.6.0"
22-
chia-bls = "0.6.0"
23-
chia-client = "0.6.0"
24-
clvm-traits = "0.6.0"
25-
clvm-utils = "0.6.0"
26-
chia-ssl = "0.6.0"
20+
chia-protocol = "0.7.0"
21+
chia-wallet = "0.7.0"
22+
chia-bls = "0.7.0"
23+
chia-client = "0.7.0"
24+
clvm-traits = "0.7.0"
25+
clvm-utils = "0.7.0"
26+
chia-ssl = "0.7.0"
2727
native-tls = "0.2.11"
2828
tokio-tungstenite = { version = "0.21.0", features = ["native-tls"] }
2929
parking_lot = "0.12.1"
@@ -38,7 +38,7 @@ serde = { version = "1.0.197", features = ["derive"] }
3838

3939
[dev-dependencies]
4040
bip39 = "2.0.0"
41-
chia-consensus = "0.6.0"
41+
chia-consensus = "0.7.0"
4242
once_cell = "1.19.0"
4343
sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"] }
4444
tokio = { version = "1.33.0", features = ["full"] }

0 commit comments

Comments
 (0)