Skip to content

Commit e7b203f

Browse files
committed
Raise minimum tested compiler to 1.59
Required for const-initialized thread locals support. error[E0658]: use of unstable library feature 'thread_local_const_init' --> src/dedup.rs:3:1 | 3 | / thread_local! { 4 | | static REFCOUNT: Cell<usize> = const { Cell::new(0) }; 5 | | } | |_^ |
1 parent 728779d commit e7b203f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
fail-fast: false
6767
matrix:
68-
rust: [beta, stable, 1.56.0]
68+
rust: [beta, stable, 1.59.0]
6969
timeout-minutes: 45
7070
steps:
7171
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)