Skip to content

Commit 6a4f051

Browse files
authored
Merge pull request #197 from xch-dev/bump-0.22.1
Bump to 0.22.1
2 parents d8647eb + 4d146b6 commit 6a4f051

File tree

22 files changed

+47
-47
lines changed

22 files changed

+47
-47
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-wallet-sdk"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "An unofficial SDK for building Chia wallets."
@@ -106,18 +106,18 @@ clvm-traits = { workspace = true, features = ["derive"] }
106106
clvmr = { workspace = true }
107107

108108
[workspace.dependencies]
109-
chia-wallet-sdk = { version = "0.22.0", path = "." }
110-
chia-sdk-client = { version = "0.22.0", path = "./crates/chia-sdk-client" }
111-
chia-sdk-driver = { version = "0.22.0", path = "./crates/chia-sdk-driver" }
112-
chia-sdk-signer = { version = "0.22.0", path = "./crates/chia-sdk-signer" }
113-
chia-sdk-test = { version = "0.22.0", path = "./crates/chia-sdk-test" }
114-
chia-sdk-types = { version = "0.22.0", path = "./crates/chia-sdk-types" }
115-
chia-sdk-derive = { version = "0.22.0", path = "./crates/chia-sdk-types/derive" }
116-
chia-sdk-utils = { version = "0.22.0", path = "./crates/chia-sdk-utils" }
117-
chia-sdk-coinset = { version = "0.22.0", path = "./crates/chia-sdk-coinset" }
118-
chia-sdk-bindings = { version = "0.22.0", path = "./crates/chia-sdk-bindings" }
119-
bindy = { version = "0.22.0", path = "./crates/chia-sdk-bindings/bindy" }
120-
bindy-macro = { version = "0.22.0", path = "./crates/chia-sdk-bindings/bindy-macro" }
109+
chia-wallet-sdk = { version = "0.22.1", path = "." }
110+
chia-sdk-client = { version = "0.22.1", path = "./crates/chia-sdk-client" }
111+
chia-sdk-driver = { version = "0.22.1", path = "./crates/chia-sdk-driver" }
112+
chia-sdk-signer = { version = "0.22.1", path = "./crates/chia-sdk-signer" }
113+
chia-sdk-test = { version = "0.22.1", path = "./crates/chia-sdk-test" }
114+
chia-sdk-types = { version = "0.22.1", path = "./crates/chia-sdk-types" }
115+
chia-sdk-derive = { version = "0.22.1", path = "./crates/chia-sdk-types/derive" }
116+
chia-sdk-utils = { version = "0.22.1", path = "./crates/chia-sdk-utils" }
117+
chia-sdk-coinset = { version = "0.22.1", path = "./crates/chia-sdk-coinset" }
118+
chia-sdk-bindings = { version = "0.22.1", path = "./crates/chia-sdk-bindings" }
119+
bindy = { version = "0.22.1", path = "./crates/chia-sdk-bindings/bindy" }
120+
bindy-macro = { version = "0.22.1", path = "./crates/chia-sdk-bindings/bindy-macro" }
121121
chia = "0.20.0"
122122
chia-ssl = "0.20.0"
123123
chia-protocol = "0.20.0"

crates/chia-sdk-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-bindings"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Underlying implementation of chia-wallet-sdk bindings."

crates/chia-sdk-bindings/bindy-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bindy-macro"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Macro for the Bindy generator."

crates/chia-sdk-bindings/bindy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bindy"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Generator for chia-wallet-sdk bindings."

crates/chia-sdk-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-client"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Utilities for connecting to Chia full node peers via the light wallet protocol."

crates/chia-sdk-coinset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-coinset"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Utilities for connecting to Chia full node peers via the light wallet protocol."

crates/chia-sdk-driver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-driver"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Driver code for interacting with standard puzzles on the Chia blockchain."

crates/chia-sdk-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-signer"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Calculates the signatures required for coin spends in a transaction."

crates/chia-sdk-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-test"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A wallet simulator and related tooling for testing Chia wallet code."

0 commit comments

Comments
 (0)