Skip to content

Commit

Permalink
build: bump MSRV to 1.81
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 af21727 commit e00c289
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 @@ -12,7 +12,7 @@ keywords = ["docker", "testcontainers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/testcontainers/testcontainers-rs"
rust-version = "1.75"
rust-version = "1.81"

[workspace.dependencies]
testimages = { path = "testimages" }

0 comments on commit e00c289

Please sign in to comment.