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:
4
justfile
4
justfile
@ -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="":
|
||||
|
Reference in New Issue
Block a user