Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 1c785b60a3..863a63ac82 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -15,3 +15,6 @@ xflags = "0.3.0" time = { version = "0.3", default-features = false } zip = { version = "0.6", default-features = false, features = ["deflate", "time"] } # Avoid adding more dependencies to this crate + +[lints] +workspace = true
\ No newline at end of file |