Skip to content

Commit

Permalink
Add sync version xtask
Browse files Browse the repository at this point in the history
  • Loading branch information
wawel37 committed Dec 17, 2024
1 parent 8851576 commit 22b284d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ macro_rules! command {
}
}

command!(Command(upgrade, create_test,));
command!(Command(upgrade, create_test, sync_version,));

#[derive(Parser)]
struct Args {
Expand Down
1 change: 1 addition & 0 deletions xtask/src/sync_version.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub use cairo_toolchain_xtasks::sync_version::{main, Args};

0 comments on commit 22b284d

Please sign in to comment.