From d333b3d68c39e6ffa2dcc637186724bc45e22c66 Mon Sep 17 00:00:00 2001 From: ityuany <519495771@qq.com> Date: Mon, 29 Jul 2024 16:09:12 +0800 Subject: [PATCH] chore: bump version to 0.0.1-111 --- .github/workflows/publish-github-release.yml | 8 ++++---- 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_atom/Cargo.toml | 2 +- crates/snm_config/Cargo.toml | 2 +- crates/snm_download_builder/Cargo.toml | 2 +- crates/snm_ni/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_shim/Cargo.toml | 2 +- crates/snm_tarball/Cargo.toml | 2 +- crates/snm_utils/Cargo.toml | 2 +- 19 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/publish-github-release.yml b/.github/workflows/publish-github-release.yml index e76ee30f..20e471d5 100644 --- a/.github/workflows/publish-github-release.yml +++ b/.github/workflows/publish-github-release.yml @@ -132,10 +132,10 @@ jobs: - os: ubuntu-latest target: x86_64-unknown-linux-gnu # Windows targets - - os: windows-latest - target: x86_64-pc-windows-msvc - - os: windows-latest - target: i686-pc-windows-msvc + # - os: windows-latest + # target: x86_64-pc-windows-msvc + # - os: windows-latest + # target: i686-pc-windows-msvc # macOS targets - os: macos-14 target: aarch64-apple-darwin diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 9df2f183..8c3ace12 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm" -version = "0.0.1-110" +version = "0.0.1-111" edition = "2021" authors = ["ityuany"] diff --git a/crates/cli_node/Cargo.toml b/crates/cli_node/Cargo.toml index 6acac691..ec4a1a29 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-110" +version = "0.0.1-111" 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 ad92589e..c15908ed 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-110" +version = "0.0.1-111" 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 0419d852..f90cf07e 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-110" +version = "0.0.1-111" 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 4c6d4204..9c840302 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-110" +version = "0.0.1-111" 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 63a6d390..30c50d1f 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-110" +version = "0.0.1-111" 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 d6ae418f..a38ce47e 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-110" +version = "0.0.1-111" 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 64bd61ca..7465dc92 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-110" +version = "0.0.1-111" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/snm_atom/Cargo.toml b/crates/snm_atom/Cargo.toml index afd7bcdc..0f894eb0 100644 --- a/crates/snm_atom/Cargo.toml +++ b/crates/snm_atom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "snm_atom" -version = "0.0.1-110" +version = "0.0.1-111" 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 11610a3e..20f515b9 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-110" +version = "0.0.1-111" 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 a52f9ec3..e1b19c9d 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-110" +version = "0.0.1-111" 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 7e47baa1..1ad560d2 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-110" +version = "0.0.1-111" 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 a118f421..ef79d6a8 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-110" +version = "0.0.1-111" 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 c6eed455..f42245a4 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-110" +version = "0.0.1-111" 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 f5df19b0..7ad5903e 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-110" +version = "0.0.1-111" 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 5a9fa179..eea0ab55 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-110" +version = "0.0.1-111" 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 0184a36a..539463f6 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-110" +version = "0.0.1-111" 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 7af35fc9..d4b4a42a 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-110" +version = "0.0.1-111" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html