Skip to content

Commit

Permalink
Bump version to 3.2.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Nov 23, 2023
1 parent 1e4ae31 commit 4d6a39e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased changes

## 3.2.0

- The sdk now requires a `rustc` version at least 1.67 (Before it required version 1.66).
- Add a `contract_update` helper analogous to `contract_init` to extract an
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-rust-sdk"
version = "3.1.0"
version = "3.2.0"
authors = ["Concordium <[email protected]>"]
edition = "2021"
rust-version = "1.67"
Expand Down Expand Up @@ -38,7 +38,7 @@ tokio-postgres = { version = "^0.7.8", features = ["with-serde_json-1"], optiona
http = "0.2"
tokio-stream = "0.1"

concordium_base = { version = "3.1.0", path = "./concordium-base/rust-src/concordium_base/", features = ["encryption"] }
concordium_base = { version = "3.2.0", path = "./concordium-base/rust-src/concordium_base/", features = ["encryption"] }
concordium-smart-contract-engine = { version = "3.0", path = "./concordium-base/smart-contracts/wasm-chain-integration/", default-features = false, features = ["async"]}
aes-gcm = { version = "0.10", features = ["std"] }

Expand Down

0 comments on commit 4d6a39e

Please sign in to comment.