Skip to content

Commit

Permalink
Bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBEN committed Nov 7, 2023
1 parent 6e6a191 commit 50dba8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions contract-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased changes

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

## 3.1.0

- Add functionality for setting the exchange rates and block time of the chain based on queries from an external node.
Expand Down
4 changes: 2 additions & 2 deletions contract-testing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "concordium-smart-contract-testing"
version = "3.1.0"
version = "3.2.0"
edition = "2021"
rust-version = "1.66"
rust-version = "1.67"
license = "MPL-2.0"
readme = "README.md"
description = "A companion crate to `concordium-std` that supports off-chain end-to-end testing of smart contracts."
Expand Down

0 comments on commit 50dba8a

Please sign in to comment.