Skip to content

Commit dfe061f

Browse files
committed
Increase MSRV to 1.71, update env_logger dependency
1 parent 71fb222 commit dfe061f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/msrv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Install Rust toolchain
2727
# Aligned with `rust-version` in `Cargo.toml`
28-
uses: dtolnay/rust-toolchain@1.70
28+
uses: dtolnay/rust-toolchain@1.71
2929

3030
- name: Check out repository
3131
uses: actions/checkout@v3

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ include = [
1515
"LICENSE",
1616
"README.md",
1717
]
18-
rust-version = "1.70"
18+
rust-version = "1.71"
1919

2020
[dependencies]
2121
arc-swap = "1.6"
@@ -49,11 +49,10 @@ no_denormals = "0.1.2"
4949
futures = { version = "0.3.30", features = ["executor"] }
5050
alloc_counter = "0.0.4"
5151
criterion = "0.5.1"
52-
env_logger = "0.10"
52+
env_logger = "0.11"
5353
iai = "0.1.1"
5454
rand = "0.8"
5555
paste = "1.0.14"
56-
clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues
5756

5857
# Uncomment the following lines to enable debug symbols
5958
# during CPU profiling

0 commit comments

Comments
 (0)