Skip to content

Commit

Permalink
Increase MSRV to 1.71, update env_logger dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed May 15, 2024
1 parent 71fb222 commit dfe061f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
5 changes: 2 additions & 3 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,11 +49,10 @@ 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"
clap = "=4.4" # pin transitive dependency to lower version to avoid MSRV issues

# Uncomment the following lines to enable debug symbols
# during CPU profiling
Expand Down

0 comments on commit dfe061f

Please sign in to comment.