diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index fe6c3dda6..6deb10d58 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,9 +1,7 @@ [package] name = "xtask" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +version = "0.4.1" +edition = "2018" [dependencies] anyhow = "1.0"