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

fix: relax bounds on with_tokio_rt (#569)

This commit is contained in:
Rob Ede
2024-06-09 07:12:24 +01:00
committed by GitHub
parent 0c26ecf9fa
commit 0d3d1926bc
4 changed files with 8 additions and 3 deletions

View File

@ -27,6 +27,10 @@ all_crate_features := if os() == "linux" {
"--features='" + non_linux_all_features_list + "'"
}
# Run Clippy over workspace.
clippy toolchain="":
cargo {{ toolchain }} clippy --workspace --all-targets {{ all_crate_features }}
# Test workspace code.
[macos, windows]
test toolchain="":