From 43d3a4e4028cd1acf69b0985767e18aef64d599c Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Mon, 8 Jul 2024 11:04:51 +0800 Subject: [PATCH] chore: bump version to 0.0.1-96 --- crates/cli/Cargo.toml | 2 +- crates/cli_node/Cargo.toml | 2 +- crates/cli_npm/Cargo.toml | 2 +- crates/cli_npx/Cargo.toml | 2 +- crates/cli_pnpm/Cargo.toml | 2 +- crates/cli_pnpx/Cargo.toml | 2 +- crates/cli_yarn/Cargo.toml | 2 +- crates/dev-tools/Cargo.toml | 2 +- crates/snm_config/Cargo.toml | 2 +- crates/snm_core/Cargo.toml | 2 +- crates/snm_current_dir/Cargo.toml | 2 +- crates/snm_download_builder/Cargo.toml | 2 +- crates/snm_ni/Cargo.toml | 2 +- crates/snm_node/Cargo.toml | 2 +- crates/snm_node_version/Cargo.toml | 2 +- crates/snm_npmrc/Cargo.toml | 2 +- crates/snm_package_json/Cargo.toml | 2 +- crates/snm_package_manager/Cargo.toml | 2 +- crates/snm_shim/Cargo.toml | 2 +- crates/snm_tarball/Cargo.toml | 2 +- crates/snm_utils/Cargo.toml | 4 ++-- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 79239a47..23c7df41 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" authors = ["ityuany"] diff --git a/crates/cli_node/Cargo.toml b/crates/cli_node/Cargo.toml index 4897796a..5c117dc9 100644 --- a/crates/cli_node/Cargo.toml +++ b/crates/cli_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli_node" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli_npm/Cargo.toml b/crates/cli_npm/Cargo.toml index d204e492..e458bfef 100644 --- a/crates/cli_npm/Cargo.toml +++ b/crates/cli_npm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli_npm" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli_npx/Cargo.toml b/crates/cli_npx/Cargo.toml index 98a0c020..4a5158ac 100644 --- a/crates/cli_npx/Cargo.toml +++ b/crates/cli_npx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli_npx" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli_pnpm/Cargo.toml b/crates/cli_pnpm/Cargo.toml index 9c9876f1..6d5bb4dc 100644 --- a/crates/cli_pnpm/Cargo.toml +++ b/crates/cli_pnpm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli_pnpm" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli_pnpx/Cargo.toml b/crates/cli_pnpx/Cargo.toml index 2dd2e004..2200d910 100644 --- a/crates/cli_pnpx/Cargo.toml +++ b/crates/cli_pnpx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli_pnpx" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/cli_yarn/Cargo.toml b/crates/cli_yarn/Cargo.toml index be4c6f3a..98d00e2c 100644 --- a/crates/cli_yarn/Cargo.toml +++ b/crates/cli_yarn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli_yarn" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/dev-tools/Cargo.toml b/crates/dev-tools/Cargo.toml index a02f53ee..714154d0 100644 --- a/crates/dev-tools/Cargo.toml +++ b/crates/dev-tools/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dev-tools" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_config/Cargo.toml b/crates/snm_config/Cargo.toml index 65c4b904..1f820897 100644 --- a/crates/snm_config/Cargo.toml +++ b/crates/snm_config/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "snm_config" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_core/Cargo.toml b/crates/snm_core/Cargo.toml index 46bd2fb1..82385b7a 100644 --- a/crates/snm_core/Cargo.toml +++ b/crates/snm_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_core" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_current_dir/Cargo.toml b/crates/snm_current_dir/Cargo.toml index 9ed14e70..a00a543e 100644 --- a/crates/snm_current_dir/Cargo.toml +++ b/crates/snm_current_dir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_current_dir" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_download_builder/Cargo.toml b/crates/snm_download_builder/Cargo.toml index 06d6ebe2..7cf719b2 100644 --- a/crates/snm_download_builder/Cargo.toml +++ b/crates/snm_download_builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_download_builder" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_ni/Cargo.toml b/crates/snm_ni/Cargo.toml index d317c905..4d34edeb 100644 --- a/crates/snm_ni/Cargo.toml +++ b/crates/snm_ni/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_ni" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_node/Cargo.toml b/crates/snm_node/Cargo.toml index 2e11e5f3..729954d0 100644 --- a/crates/snm_node/Cargo.toml +++ b/crates/snm_node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_node" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_node_version/Cargo.toml b/crates/snm_node_version/Cargo.toml index 95628c97..87122bfc 100644 --- a/crates/snm_node_version/Cargo.toml +++ b/crates/snm_node_version/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_node_version" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_npmrc/Cargo.toml b/crates/snm_npmrc/Cargo.toml index a4a8fc2a..32b73262 100644 --- a/crates/snm_npmrc/Cargo.toml +++ b/crates/snm_npmrc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_npmrc" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_package_json/Cargo.toml b/crates/snm_package_json/Cargo.toml index 7061440e..86537eb5 100644 --- a/crates/snm_package_json/Cargo.toml +++ b/crates/snm_package_json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_package_json" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_package_manager/Cargo.toml b/crates/snm_package_manager/Cargo.toml index d8b7aaad..540555c5 100644 --- a/crates/snm_package_manager/Cargo.toml +++ b/crates/snm_package_manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_package_manager" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_shim/Cargo.toml b/crates/snm_shim/Cargo.toml index f9376eb7..6ad42f45 100644 --- a/crates/snm_shim/Cargo.toml +++ b/crates/snm_shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_shim" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_tarball/Cargo.toml b/crates/snm_tarball/Cargo.toml index dcbcc7c8..d534a495 100644 --- a/crates/snm_tarball/Cargo.toml +++ b/crates/snm_tarball/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_tarball" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_utils/Cargo.toml b/crates/snm_utils/Cargo.toml index 5a3f2dd3..5fbf4e5a 100644 --- a/crates/snm_utils/Cargo.toml +++ b/crates/snm_utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_utils" -version = "0.0.1-95" +version = "0.0.1-96" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,4 +13,4 @@ serde_json = "1.0.114" colored = "2.1.0" termcolor = "1.4.1" backtrace = "0.3.71" -zip = "2.1.3" \ No newline at end of file +zip = "2.1.3"