File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest]
16
16
rust :
17
17
- stable
18
- - 1.57 .0
18
+ - 1.60 .0
19
19
steps :
20
20
- name : Cancel Previous Runs
21
21
uses : styfle/cancel-workflow-action@0.11.0
Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest, macos-latest]
16
16
rust :
17
17
- stable
18
- - 1.57 .0
18
+ - 1.60 .0
19
19
steps :
20
20
- name : Cancel Previous Runs
21
21
uses : styfle/cancel-workflow-action@0.11.0
66
66
matrix :
67
67
rust :
68
68
- stable
69
- - 1.57 .0
69
+ - 1.60 .0
70
70
steps :
71
71
- uses : actions/checkout@v3
72
72
- uses : dtolnay/rust-toolchain@v1
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = "rust interface to tskit"
8
8
license = " MIT"
9
9
homepage = " https://github.com/tskit-dev/tskit-rust"
10
10
repository = " https://github.com/tskit-dev/tskit-rust"
11
- rust-version = " 1.57 .0"
11
+ rust-version = " 1.60 .0"
12
12
13
13
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
14
You can’t perform that action at this time.
0 commit comments