Skip to content

Commit

Permalink
Merge pull request #12 from provenance-io/release/v0.2.x
Browse files Browse the repository at this point in the history
backmerge release 0.2.0 to main
  • Loading branch information
kwtalley authored Nov 15, 2024
2 parents bedfbc3 + 7db91ce commit 0b95446
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ cosmwasm-std = { version = "2.1.3", default-features = false, features = ["cosmw
cw-storage-plus = { version = "2.0.0" }

### ProvWasm
provwasm-mocks = { git = "https://github.com/provenance-io/provwasm.git", branch = "main" }
provwasm-std = { git = "https://github.com/provenance-io/provwasm.git", branch = "main" }
test-tube-prov = { path = "packages/test-tube" }
provwasm-mocks = { version = "2.4.0" }
provwasm-std = { version = "2.4.0" }
provwasm-test-tube = { version = "0.2.0", path = "packages/provwasm-test-tube" }
test-tube-prov = { version = "0.2.0", path = "packages/test-tube" }

base64 = "0.22.0"
chrono = { version = "0.4.37", default-features = false }
Expand Down

0 comments on commit 0b95446

Please sign in to comment.