瀏覽代碼

Update xtask version to 0.1.0 since we will never publish the xtask crate (#8950)

* Update xtask version to 0.1.0 since we will never publish the xtask crate

* Add xtask to the list of crates that should be ignored by scripts/increment-cargo-version.sh
Will Hickey 2 周之前
父節點
當前提交
fdecf73aaa
共有 3 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      ci/xtask/Cargo.lock
  2. 1 1
      ci/xtask/Cargo.toml
  3. 1 0
      scripts/increment-cargo-version.sh

+ 1 - 1
ci/xtask/Cargo.lock

@@ -893,7 +893,7 @@ checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
 
 [[package]]
 name = "xtask"
-version = "4.0.0-alpha.0"
+version = "0.1.0"
 dependencies = [
  "anyhow",
  "clap",

+ 1 - 1
ci/xtask/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "xtask"
-version = "4.0.0-alpha.0"
+version = "0.1.0"
 authors = ["Anza Maintainers <maintainers@anza.xyz>"]
 description = "Blockchain, Rebuilt for Scale"
 repository = "https://github.com/anza-xyz/agave"

+ 1 - 0
scripts/increment-cargo-version.sh

@@ -23,6 +23,7 @@ ignores=(
   .cargo
   target
   node_modules
+  ci/xtask
 )
 
 not_paths=()