File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- rust : [nightly, beta, stable, 1.56 .0]
27+ rust : [nightly, beta, stable, 1.70 .0]
2828 timeout-minutes : 45
2929 steps :
3030 - uses : actions/checkout@v4
@@ -37,14 +37,14 @@ jobs:
3737 - run : cargo test
3838
3939 msrv :
40- name : Rust 1.46 .0
40+ name : Rust 1.60 .0
4141 needs : pre_ci
4242 if : needs.pre_ci.outputs.continue
4343 runs-on : ubuntu-latest
4444 timeout-minutes : 45
4545 steps :
4646 - uses : actions/checkout@v4
47- - uses : dtolnay/rust-toolchain@1.46 .0
47+ - uses : dtolnay/rust-toolchain@1.60 .0
4848 - run : cargo check
4949
5050 doc :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ edition = "2018"
99keywords = [" dyn" , " clone" , " trait-object" , " object-safe" ]
1010license = " MIT OR Apache-2.0"
1111repository = " https://github.com/dtolnay/dyn-clone"
12- rust-version = " 1.45 "
12+ rust-version = " 1.60 "
1313
1414[dev-dependencies ]
1515rustversion = " 1.0"
You can’t perform that action at this time.
0 commit comments