Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-info-of-community-modules' i…
Browse files Browse the repository at this point in the history
…nto add-info-of-community-modules
  • Loading branch information
DDtKey committed Sep 26, 2023
2 parents a20ef6c + 17b3329 commit cca9210
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
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.63"
description = "A library for integration-testing against docker containers from within Rust."

[dependencies]
Expand Down

0 comments on commit cca9210

Please sign in to comment.