From d58c1f0f72159c691064dc3b69f5a746faa0977e Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 20 Aug 2026 13:11:35 +0800 Subject: [PATCH] chore(native): remove Rust version declaration --- Cargo.toml | 1 - crates/rstack-binding/Cargo.toml | 1 - crates/rstack-ignore/Cargo.toml | 1 - 3 files changed, 3 deletions(-) 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]