Skip to content

Commit 9a9a2c4

Browse files
author
Test User
committed
fix(publish): add haystack_jmap to publish script
terraphim_middleware depends on haystack_jmap which wasn't in the publish script, causing cargo publish to fail with: no matching package named haystack_jmap found
1 parent 0446c2a commit 9a9a2c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/publish-crates.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ CRATES=(
5555
"terraphim_hooks"
5656
"terraphim-session-analyzer"
5757
"haystack_core"
58+
"haystack_jmap"
5859
"grepapp_haystack"
5960
"terraphim_middleware"
6061
"terraphim_update"

0 commit comments

Comments
 (0)