Skip to content

Commit

Permalink
fix: re-order covector config so qubit-macros are published before qu…
Browse files Browse the repository at this point in the history
…bit (#17)
  • Loading branch information
andogq authored May 25, 2024
2 parents 1b93479 + 3e1db8e commit 6f781ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@
"path": "./packages/client",
"manager": "javascript"
},
"qubit-macros": {
"path": "./crates/qubit-macros",
"manager": "rust"
},
"qubit": {
"path": ".",
"manager": "rust",
"dependencies": [
"qubit-macros"
]
},
"qubit-macros": {
"path": "./crates/qubit-macros",
"manager": "rust"
}
}
}

0 comments on commit 6f781ee

Please sign in to comment.