1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 17:27:42 +02:00

ci: fix msrv checks

This commit is contained in:
Rob Ede
2024-05-02 01:28:38 +01:00
parent 481cf55414
commit 10bd847177
3 changed files with 16 additions and 11 deletions

View File

@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"actix-codec",
"actix-macros",
@ -12,7 +13,6 @@ members = [
"local-channel",
"local-waker",
]
resolver = "2"
[workspace.package]
license = "MIT OR Apache-2.0"