1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +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

@ -14,7 +14,7 @@ downgrade-for-msrv:
msrv := ```
cargo metadata --format-version=1 \
| jq -r 'first(.packages[] | .name = "actix-tls") | .rust_version'
| jq -r 'first(.packages[] | select(.source == null and .name == "actix-tls")) | .rust_version'
```
msrv_full := msrv + ".0" # comment out if the MSRV has a patch version specified
msrv_rustup := "+" + msrv_full