Skip to content

Commit

Permalink
[rust-ffi.Makefile] *shakes fist at legacy shells*
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Feb 7, 2025
1 parent 6dc7669 commit 1bef98c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefiles/rust-ffi.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ test-rust-ffi-c: build-rust-ffi

.PHONY: publish-rust-ffi
publish-rust-ffi:
@echo "WARNING: will fall back to `--no-verify` due to https://github.com/rust-lang/cargo/issues/8407" # TODO
@echo "WARNING: will fall back to \`--no-verify\` due to https://github.com/rust-lang/cargo/issues/8407" # TODO
cargo publish --package twsearch-ffi || cargo publish --package twsearch-ffi --no-verify
2 changes: 1 addition & 1 deletion Makefiles/rust.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ publish-rust: publish-rust-main publish-rust-ffi

.PHONY: publish-rust-main
publish-rust-main:
@echo "WARNING: will fall back to `--no-verify` due to https://github.com/rust-lang/cargo/issues/8407" # TODO
@echo "WARNING: will fall back to \`--no-verify\` due to https://github.com/rust-lang/cargo/issues/8407" # TODO
cargo publish --package twsearch || cargo publish --package twsearch --no-verify

.PHONY: setup-rust
Expand Down

0 comments on commit 1bef98c

Please sign in to comment.