Skip to content

Commit d51ffd0

Browse files
committed
Bump MSRV to v1.82.0
1 parent 342e9ff commit d51ffd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test.yml

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

@@ -64,7 +64,7 @@ jobs:
6464
- stable
6565
- beta
6666
- nightly
67-
- 1.80.1
67+
- 1.82.0
6868
features:
6969
- default
7070
- no-std
@@ -98,7 +98,7 @@ jobs:
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

roaring/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "roaring"
33
version = "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"
66
authors = ["Wim Looman <wim@nemo157.com>", "Kerollmops <kero@meilisearch.com>"]
77
description = "A better compressed bitset - pure Rust implementation"
88

0 commit comments

Comments
 (0)