From 50dba8afe700485273d86ce936da83f38695ad59 Mon Sep 17 00:00:00 2001 From: Doris Benda Date: Tue, 7 Nov 2023 18:10:11 +0200 Subject: [PATCH] Bump rust version --- contract-testing/CHANGELOG.md | 3 +++ contract-testing/Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/contract-testing/CHANGELOG.md b/contract-testing/CHANGELOG.md index e0585af7..546f0e0c 100644 --- a/contract-testing/CHANGELOG.md +++ b/contract-testing/CHANGELOG.md @@ -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. diff --git a/contract-testing/Cargo.toml b/contract-testing/Cargo.toml index 7c5952af..3ba29b03 100644 --- a/contract-testing/Cargo.toml +++ b/contract-testing/Cargo.toml @@ -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."