Skip to content

Commit

Permalink
chore: Bump MSRV to 1.71.1
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
  • Loading branch information
wiktor-k committed Dec 18, 2024
1 parent 2dadb1c commit 75c8eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Continuous integration
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
MSRV: 1.70.0
MSRV: 1.71.1

jobs:
tests:
Expand Down
2 changes: 1 addition & 1 deletion rustainers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "A simple, opinionated way to run containers for tests."
readme = "README.md"
repository = "https://github.com/wefoxplatform/rustainers"

rust-version = "1.70.0" # toml_datetime
rust-version = "1.71.1" # litemap

[features]
default = []
Expand Down

0 comments on commit 75c8eb2

Please sign in to comment.