Skip to content

Commit

Permalink
Bump MSRV due to memchr requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
stepantubanov committed Sep 12, 2023
1 parent 0f2c985 commit 0dd455b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcontainers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.61"
description = "A library for integration-testing against docker containers from within Rust."

[dependencies]
Expand Down

0 comments on commit 0dd455b

Please sign in to comment.