Skip to content

Commit 9aa699f

Browse files
v3.1: Update xtask version to 0.1.0 since we will never publish the xtask crate (backport of #8950) (#8954)
(cherry picked from commit fdecf73) --------- Co-authored-by: Will Hickey <will.hickey@anza.xyz>
1 parent aa760f9 commit 9aa699f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ci/xtask/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xtask"
3-
version = "3.1.0-beta.0"
3+
version = "0.1.0"
44
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
55
description = "Blockchain, Rebuilt for Scale"
66
repository = "https://github.com/anza-xyz/agave"

scripts/increment-cargo-version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ignores=(
2323
.cargo
2424
target
2525
node_modules
26+
ci/xtask
2627
)
2728

2829
not_paths=()

0 commit comments

Comments
 (0)