Skip to content

Commit

Permalink
Bump contract-testing for release. (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak authored Nov 23, 2023
1 parent 1367376 commit 66aedcb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion concordium-rust-sdk
2 changes: 2 additions & 0 deletions contract-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## 3.2.0

- Bump minimum supported Rust version to `1.67`.
- Re-export `AccountKeys`.

Expand Down
4 changes: 2 additions & 2 deletions contract-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ exclude = ["tests"] # Do not publish tests.
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
concordium_base = {version = "3.1", path = "../concordium-rust-sdk/concordium-base/rust-src/concordium_base"}
concordium_base = {version = "3.2", path = "../concordium-rust-sdk/concordium-base/rust-src/concordium_base"}
concordium-smart-contract-engine = {version = "3.0", path = "../concordium-rust-sdk/concordium-base/smart-contracts/wasm-chain-integration"}
concordium-wasm = {version = "3.0", path = "../concordium-rust-sdk/concordium-base/smart-contracts/wasm-transform"}
concordium-rust-sdk = {version = "3.1", path = "../concordium-rust-sdk"}
concordium-rust-sdk = {version = "3.2", path = "../concordium-rust-sdk"}
tokio = { version = "1.28", features = ["rt-multi-thread", "time"] }
sha2 = "0.10"
anyhow = "1"
Expand Down

0 comments on commit 66aedcb

Please sign in to comment.