Skip to content

Commit

Permalink
build: bump MSRV to 1.81 (#264)
Browse files Browse the repository at this point in the history
Some underlying dependencies (e.g `home`) updated their MSRV within a
compatible version update.

`home` is used by several important deps (e.g `bollard`), so it's
already affected users of the crate

However, it's common practice to use newer rust version for testing (in
CI and etc)
  • Loading branch information
DDtKey authored Jan 7, 2025
1 parent f1d3b8d commit 4e58c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.11.4"
description = "Community maintained modules for Testcontainers for Rust"
categories = ["development-tools::testing"]
edition = "2021"
rust-version = "1.75"
rust-version = "1.81"
repository = "https://github.com/testcontainers/testcontainers-rs-modules-community"
keywords = ["docker", "testcontainers"]
license = "MIT"
Expand Down

0 comments on commit 4e58c1f

Please sign in to comment.