diff --git a/Cargo.toml b/Cargo.toml index f7e5884d..48c4f025 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ resolver = "2" edition = "2021" license = "MIT" repository = "https://github.com/rstackjs/rstack-cli" -rust-version = "1.88" [workspace.dependencies] ignore = { version = "0.4.33", default-features = false } diff --git a/crates/rstack-binding/Cargo.toml b/crates/rstack-binding/Cargo.toml index 74dfbcbe..a1b861a4 100644 --- a/crates/rstack-binding/Cargo.toml +++ b/crates/rstack-binding/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition.workspace = true license.workspace = true repository.workspace = true -rust-version.workspace = true publish = false [lib] diff --git a/crates/rstack-ignore/Cargo.toml b/crates/rstack-ignore/Cargo.toml index fe80d3c6..2f273e1b 100644 --- a/crates/rstack-ignore/Cargo.toml +++ b/crates/rstack-ignore/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition.workspace = true license.workspace = true repository.workspace = true -rust-version.workspace = true publish = false [dependencies]