Skip to content

Commit 127d456

Browse files
authored
chore: bump MSRV to 1.60.0 (#478)
A dependency (humantime) forces the change. BREAKING CHANGE: older rustc (Before April 2022) no longer supported
1 parent 2467bfc commit 127d456

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616
rust:
1717
- stable
18-
- 1.57.0
18+
- 1.60.0
1919
steps:
2020
- name: Cancel Previous Runs
2121
uses: styfle/cancel-workflow-action@0.11.0

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest, macos-latest]
1616
rust:
1717
- stable
18-
- 1.57.0
18+
- 1.60.0
1919
steps:
2020
- name: Cancel Previous Runs
2121
uses: styfle/cancel-workflow-action@0.11.0
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
rust:
6868
- stable
69-
- 1.57.0
69+
- 1.60.0
7070
steps:
7171
- uses: actions/checkout@v3
7272
- uses: dtolnay/rust-toolchain@v1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "rust interface to tskit"
88
license = "MIT"
99
homepage = "https://github.com/tskit-dev/tskit-rust"
1010
repository = "https://github.com/tskit-dev/tskit-rust"
11-
rust-version = "1.57.0"
11+
rust-version = "1.60.0"
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

0 commit comments

Comments
 (0)