From 6ab3f5c2d20132225299cfbeaee2c417a9e43ce4 Mon Sep 17 00:00:00 2001 From: Stepan Tubanov Date: Tue, 26 Sep 2023 09:11:34 +0400 Subject: [PATCH] Bump MSRV (#521) Bump MSRV to 1.61 due to CI failure: https://github.com/testcontainers/testcontainers-rs/actions/runs/6084515037/job/16507363360 --- CHANGELOG.md | 1 + testcontainers/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f521c29..d2c23d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - `Container::exec` changed to be synchronous and return `ExecOutput` +- MSRV is now 1.63. ### Removed diff --git a/testcontainers/Cargo.toml b/testcontainers/Cargo.toml index 4e38934d..f8e5c5a9 100644 --- a/testcontainers/Cargo.toml +++ b/testcontainers/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" keywords = [ "docker", "testcontainers" ] license = "MIT OR Apache-2.0" repository = "https://github.com/testcontainers/testcontainers-rs" -rust-version = "1.60.0" +rust-version = "1.63" description = "A library for integration-testing against docker containers from within Rust." [dependencies]