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 2121 - nightly
2222 # When changing this value don't forget to change the `package.rust-version` field in
2323 # `roaring/Cargo.toml`!!!
24- - 1.80.1
24+ - 1.82.0
2525 env :
2626 RUSTFLAGS : " -C target-cpu=native -C opt-level=3"
2727
6464 - stable
6565 - beta
6666 - nightly
67- - 1.80.1
67+ - 1.82.0
6868 features :
6969 - default
7070 - no-std
9898 run : cargo test -p roaring --features serde
9999
100100 - name : Test Benches
101- if : matrix.rust != '1.80.1 ' && matrix.features == 'default'
101+ if : matrix.rust != '1.82.0 ' && matrix.features == 'default'
102102 run : cargo test -p benchmarks --benches
103103
104104 - name : Test no default features
Original file line number Diff line number Diff line change 22name = " roaring"
33version = " 0.11.3"
44# When changing this value don't forget to change the MSRV test in `.github/workflows/test.yml`!!
5- rust-version = " 1.80.1 "
5+ rust-version = " 1.82.0 "
66authors = [" Wim Looman <wim@nemo157.com>" , " Kerollmops <kero@meilisearch.com>" ]
77description = " A better compressed bitset - pure Rust implementation"
88
You can’t perform that action at this time.
0 commit comments