1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 15:07:43 +02:00

chore: update MSRV to 1.70

This commit is contained in:
Rob Ede
2024-05-11 17:39:34 +01:00
parent 3147dbe7ca
commit f4139a0878
16 changed files with 25 additions and 8 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.70.
## 0.2.4
- Update `syn` dependency to `2`.

View File

@ -33,5 +33,6 @@ proc-macro2 = "1.0.60"
actix-rt = "2"
futures-util = { version = "0.3.17", default-features = false }
rustversion = "1"
# rustversion = "1"
rustversion = { path = "/Users/rob/Development/forks/rustversion" }
trybuild = "1"

View File

@ -1,4 +1,4 @@
#[rustversion::stable(1.65)] // MSRV
#[rustversion::stable(1.70)] // MSRV
#[test]
fn compile_macros() {
let t = trybuild::TestCases::new();