We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71fb222 + 9591e93 commit ab55a77Copy full SHA for ab55a77
.github/workflows/msrv.yaml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Install Rust toolchain
27
# Aligned with `rust-version` in `Cargo.toml`
28
- uses: dtolnay/rust-toolchain@1.70
+ uses: dtolnay/rust-toolchain@1.71
29
30
- name: Check out repository
31
uses: actions/checkout@v3
Cargo.toml
@@ -15,7 +15,7 @@ include = [
15
"LICENSE",
16
"README.md",
17
]
18
-rust-version = "1.70"
+rust-version = "1.71"
19
20
[dependencies]
21
arc-swap = "1.6"
@@ -49,7 +49,7 @@ no_denormals = "0.1.2"
49
futures = { version = "0.3.30", features = ["executor"] }
50
alloc_counter = "0.0.4"
51
criterion = "0.5.1"
52
-env_logger = "0.10"
+env_logger = "0.11"
53
iai = "0.1.1"
54
rand = "0.8"
55
paste = "1.0.14"
0 commit comments