Skip to content

Commit

Permalink
add xtask tag command
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
  • Loading branch information
Ryex committed Sep 18, 2024
1 parent 57ec19f commit 42ca1a8
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 134 deletions.
26 changes: 14 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"codegen",
"columnated",
"composter",
"consts",
"conv",
"Cryo",
"cstyle",
Expand Down
2 changes: 2 additions & 0 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ proc-macro2 = "1.0.82"
num-integer = "0.1.46"
num = "0.4.3"
uneval = "0.2.4"
semver = "1.0.23"
strum = { version = "0.26.3", features = ["derive"] }
Loading

0 comments on commit 42ca1a8

Please sign in to comment.