Skip to content

Commit

Permalink
Merge pull request #510 from orottier/feature/msrv-1.71
Browse files Browse the repository at this point in the history
Increase MSRV to 1.71, update env_logger dependency
  • Loading branch information
orottier authored May 15, 2024
2 parents 71fb222 + 9591e93 commit ab55a77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Rust toolchain
# Aligned with `rust-version` in `Cargo.toml`
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@1.71

- name: Check out repository
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include = [
"LICENSE",
"README.md",
]
rust-version = "1.70"
rust-version = "1.71"

[dependencies]
arc-swap = "1.6"
Expand Down Expand Up @@ -49,7 +49,7 @@ no_denormals = "0.1.2"
futures = { version = "0.3.30", features = ["executor"] }
alloc_counter = "0.0.4"
criterion = "0.5.1"
env_logger = "0.10"
env_logger = "0.11"
iai = "0.1.1"
rand = "0.8"
paste = "1.0.14"
Expand Down

0 comments on commit ab55a77

Please sign in to comment.