mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 19:08:32 +00:00
update MSRV to 1.80 and test it in CI
This commit is contained in:
parent
70a0172721
commit
868116ee08
3 changed files with 3 additions and 2 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.80.0
|
||||
- stable
|
||||
- beta
|
||||
experimental:
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
repository = "https://github.com/salsa-rs/salsa"
|
||||
description = "A generic framework for on-demand, incrementalized computation (experimental)"
|
||||
rust-version = "1.76"
|
||||
rust-version = "1.80"
|
||||
|
||||
[dependencies]
|
||||
arc-swap = "1"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#[rustversion::stable]
|
||||
#[rustversion::all(stable, since(1.84))]
|
||||
#[test]
|
||||
fn compile_fail() {
|
||||
let t = trybuild::TestCases::new();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue