Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit b9c1ede

Browse files
committed
Raise minimum rustc version in CI to 1.52
Required by the time crate: error[E0658]: the `unsafe_op_in_unsafe_fn` lint is unstable --> github.com-1ecc6299db9ec823/time-0.3.6/src/lib.rs:88:1 | 88 | / #![deny( 89 | | anonymous_parameters, 90 | | clippy::all, 91 | | const_err, ... | 102 | | unused_extern_crates 103 | | )] | |__^
1 parent 04e429e commit b9c1ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
rust: [nightly, beta, stable, 1.51.0]
18+
rust: [nightly, beta, stable, 1.52.0]
1919
steps:
2020
- uses: actions/checkout@v2
2121
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)