Bump MSRV to 1.85 (#899)

Co-authored-by: Lukas Wirth <me@lukaswirth.de>
This commit is contained in:
Lukas Wirth 2025-06-04 12:44:35 +02:00 committed by GitHub
parent 15c28cdf88
commit 5d11ab9837
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View file

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
rust:
- 1.80.0
- 1.85.0
- stable
- beta
experimental:

View file

@ -64,9 +64,6 @@ rustversion = "1.0"
test-log = { version = "0.2.11", features = ["trace"] }
trybuild = "1.0"
# not directly used, but 2.5.0 bumped the MSRV beyond 1.80 so pin it temporarily
half = "=2.4.1"
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
tikv-jemallocator = "0.6.0"
@ -94,4 +91,4 @@ authors = ["Salsa developers"]
edition = "2021"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/salsa-rs/salsa"
rust-version = "1.80"
rust-version = "1.85"