Skip to content

Commit ea60b3c

Browse files
committed
Add --no-verify to cargo-publish to work around rust-lang/cargo#8407
1 parent c62bbe3 commit ea60b3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ test-behaviour:
2121

2222
.PHONY: publish
2323
publish:
24-
cargo publish
24+
# `--no-verify` is a workaround for https://github.com/rust-lang/cargo/issues/8407
25+
cargo publish --no-verify
2526

2627
.PHONY: install
2728
install:

0 commit comments

Comments
 (0)