Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'xtask/Cargo.toml')
-rw-r--r--xtask/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index c743cd884d..a111b9d94f 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -1,9 +1,10 @@
[package]
-edition = "2021"
name = "xtask"
version = "0.1.0"
publish = false
license = "MIT OR Apache-2.0"
+edition = "2021"
+rust-version = "1.56"
[dependencies]
anyhow = "1.0.26"