Skip to content

Commit

Permalink
prepare justfile for publishing
Browse files Browse the repository at this point in the history
Signed-off-by: Soc Virnyl Estela <[email protected]>
  • Loading branch information
uncomfyhalomacro committed Oct 20, 2024
1 parent 3f60b70 commit 3b5f999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ test-release:
cargo test --release --all-features

publish:
cargo publish --token "${CARGO_REGISTRY_TOKEN}"
cargo publish --token "${CARGO_REGISTRY_TOKEN}" -p libroast
cargo publish --token "${CARGO_REGISTRY_TOKEN}" -p roast-cli

format:
cargo +nightly fmt

0 comments on commit 3b5f999

Please sign in to comment.