Skip to content

Commit ab55a77

Browse files
authored
Merge pull request #510 from orottier/feature/msrv-1.71
Increase MSRV to 1.71, update env_logger dependency
2 parents 71fb222 + 9591e93 commit ab55a77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 & 2 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,7 +49,7 @@ 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"

0 commit comments

Comments
 (0)