Skip to content

Commit 104cdc7

Browse files
committed
Bump MSRV to 1.62
1 parent 6a85301 commit 104cdc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v4
3535
- uses: dtolnay/rust-toolchain@master
3636
with:
37-
toolchain: "1.61.0"
37+
toolchain: "1.62.0"
3838
- uses: Swatinem/rust-cache@v2
3939
# run --lib and --doc to avoid the long running integration tests
4040
# which are run elsewhere

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ readme = "README.md"
1111
license = "MIT OR Apache-2.0"
1212
include = ["src/*", "tests/*.rs", "LICENSE.txt", "CITATION.cff"]
1313
edition = "2021"
14-
rust-version = "1.61.0"
14+
rust-version = "1.62.0"
1515

1616
[lib]
1717
name = "chrono"

0 commit comments

Comments
 (0)