Skip to content

Commit 29379e6

Browse files
committed
Change minimum Rust version to 1.49.0
This is necessary to resolve some compile errors on `master` currently. ``` error[E0658]: use of unstable library feature 'renamed_spin_loop' Error: --> /home/runner/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/parking_lot_core-0.9.1/src/spinwait.rs:9:5 | 9 | use core::hint::spin_loop; | ^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #55002 <rust-lang/rust#55002> for more information error[E0658]: use of unstable library feature 'renamed_spin_loop' Error: --> /home/runner/.cargo/registry/src/gb.xjqchip.workers.dev-1ecc6299db9ec823/parking_lot_core-0.9.1/src/spinwait.rs:16:9 | 16 | spin_loop() | ^^^^^^^^^ | = note: see issue #55002 <rust-lang/rust#55002> for more information error: aborting due to 2 previous errors ```
1 parent 882b173 commit 29379e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
os: [ubuntu-latest, windows-latest, macOS-latest]
12-
rust-version: [1.46.0, beta, nightly]
12+
rust-version: [1.49.0, beta, nightly]
1313
include:
1414
- rust-version: nightly
1515
continue-on-error: true

0 commit comments

Comments
 (0)