mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-07-07 13:25:17 +00:00
Bump MSRV to 1.85 (#899)
Co-authored-by: Lukas Wirth <me@lukaswirth.de>
This commit is contained in:
parent
15c28cdf88
commit
5d11ab9837
2 changed files with 2 additions and 5 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.80.0
|
||||
- 1.85.0
|
||||
- stable
|
||||
- beta
|
||||
experimental:
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue