From d126b5fa799fd81c08a5c09feb0c92f533929295 Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Mon, 1 Jul 2024 15:01:09 +0800 Subject: [PATCH] chore: bump version to 0.0.1-91 --- 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 | 4 ++-- 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 | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index e351788f..2983965d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm" -version = "0.0.1-90" +version = "0.0.1-91" edition = "2021" authors = ["ityuany"] diff --git a/crates/cli_node/Cargo.toml b/crates/cli_node/Cargo.toml index 5f8d27f9..579c74b7 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-90" +version = "0.0.1-91" 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 e409b2b1..435f7f81 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-90" +version = "0.0.1-91" 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 bcb7a975..c374cb6a 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-90" +version = "0.0.1-91" 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 5c8fa15f..3f0d5dce 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-90" +version = "0.0.1-91" 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 92208c87..4e34ee78 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-90" +version = "0.0.1-91" 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 82c44752..f04950ee 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-90" +version = "0.0.1-91" 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 dc8dd802..c6b01ed1 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-90" +version = "0.0.1-91" 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 49a38c0f..6c5e32b8 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-90" +version = "0.0.1-91" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,4 +13,4 @@ dirs = "5.0.1" snm_npmrc = { path = "../snm_npmrc" } snm_utils = { path = "../snm_utils" } snm_package_json ={ path = "../snm_package_json"} -snm_node_version = { path = "../snm_node_version" } \ No newline at end of file +snm_node_version = { path = "../snm_node_version" } diff --git a/crates/snm_core/Cargo.toml b/crates/snm_core/Cargo.toml index 5c0ae3f2..e7bf7669 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-90" +version = "0.0.1-91" 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 0ad76a31..30917a5d 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-90" +version = "0.0.1-91" 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 f901950a..1898deb0 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-90" +version = "0.0.1-91" 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 451701b8..1cf6466e 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-90" +version = "0.0.1-91" 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 be8fe3ce..ac28a055 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-90" +version = "0.0.1-91" 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 3ec8a3ce..2644d942 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-90" +version = "0.0.1-91" 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 c5de6c2a..cb0c4e6e 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-90" +version = "0.0.1-91" 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 abfb601f..b946e272 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-90" +version = "0.0.1-91" 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 5f2ea9fb..25414cfb 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-90" +version = "0.0.1-91" 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 24d676ce..44154970 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-90" +version = "0.0.1-91" 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 32d841b5..7dcfe1b1 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-90" +version = "0.0.1-91" 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 fe6e0b18..676b6b29 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-90" +version = "0.0.1-91" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html