Skip to content

Commit ec7b093

Browse files
committed
Raise required compiler to Rust 1.60
1 parent 9438fae commit ec7b093

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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:

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2018"
99
keywords = ["dyn", "clone", "trait-object", "object-safe"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/dtolnay/dyn-clone"
12-
rust-version = "1.45"
12+
rust-version = "1.60"
1313

1414
[dev-dependencies]
1515
rustversion = "1.0"

0 commit comments

Comments
 (0)