There was an error while loading. Please reload this page.
1 parent d679ab3 commit f6ace0aCopy full SHA for f6ace0a
1 file changed
justfile
@@ -25,7 +25,7 @@ update *args:
25
full Cargo.lock diff, not just the target package.
26
""")]
27
update-allow package version:
28
- @echo "NOTE: the cooldown bypass is invocation-global; review the full Cargo.lock diff.
+ @echo "NOTE: the cooldown bypass is invocation-global; review the full Cargo.lock diff."
29
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}}
30
31
fmt:
0 commit comments