Skip to content

Commit 75c8eb2

Browse files
committed
chore: Bump MSRV to 1.71.1
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent 2dadb1c commit 75c8eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Continuous integration
99
env:
1010
CARGO_TERM_COLOR: always
1111
CARGO_INCREMENTAL: 0
12-
MSRV: 1.70.0
12+
MSRV: 1.71.1
1313

1414
jobs:
1515
tests:

rustainers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description = "A simple, opinionated way to run containers for tests."
1313
readme = "README.md"
1414
repository = "https://github.com/wefoxplatform/rustainers"
1515

16-
rust-version = "1.70.0" # toml_datetime
16+
rust-version = "1.71.1" # litemap
1717

1818
[features]
1919
default = []

0 commit comments

Comments
 (0)