Skip to content

Commit f6ace0a

Browse files
Update justfile
Co-authored-by: Manuel Iñaki Bilbao <manuel.bilbao@lambdaclass.com>
1 parent d679ab3 commit f6ace0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ update *args:
2525
full Cargo.lock diff, not just the target package.
2626
""")]
2727
update-allow package version:
28-
@echo "NOTE: the cooldown bypass is invocation-global; review the full Cargo.lock diff.
28+
@echo "NOTE: the cooldown bypass is invocation-global; review the full Cargo.lock diff."
2929
rustup toolchain install {{resolver_toolchain}} > /dev/null 2>&1 && CARGO_RESOLVER_INCOMPATIBLE_PUBLISH_AGE=allow cargo +{{resolver_toolchain}} update -Z min-publish-age -p {{package}} --precise {{version}}
3030

3131
fmt:

0 commit comments

Comments
 (0)