Skip to content

Commit 5d11ab9

Browse files
VeykrilLukas Wirth
andauthored
Bump MSRV to 1.85 (#899)
Co-authored-by: Lukas Wirth <[email protected]>
1 parent 15c28cd commit 5d11ab9

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
rust:
20-
- 1.80.0
20+
- 1.85.0
2121
- stable
2222
- beta
2323
experimental:

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ rustversion = "1.0"
6464
test-log = { version = "0.2.11", features = ["trace"] }
6565
trybuild = "1.0"
6666

67-
# not directly used, but 2.5.0 bumped the MSRV beyond 1.80 so pin it temporarily
68-
half = "=2.4.1"
69-
7067
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
7168
tikv-jemallocator = "0.6.0"
7269

@@ -94,4 +91,4 @@ authors = ["Salsa developers"]
9491
edition = "2021"
9592
license = "Apache-2.0 OR MIT"
9693
repository = "https://github.com/salsa-rs/salsa"
97-
rust-version = "1.80"
94+
rust-version = "1.85"

0 commit comments

Comments
 (0)