Skip to content

Commit

Permalink
Problem: cargo version not update to 0.3.2 (fix #745) (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
leejw51crypto authored Dec 15, 2022
1 parent 21927ec commit 886397d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bindings/cpp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-cpp"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-wasm"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "defi-wallet-core-common"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
rust-version = "1.57"
license = "Apache-2.0"
Expand Down

0 comments on commit 886397d

Please sign in to comment.