From 3e1db8e52f474206778ed74258f6bbf92e6fac12 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Sun, 26 May 2024 00:24:38 +1000 Subject: [PATCH] re-order covector config so qubit-macros are published before qubit --- .changes/config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 8e75088..0a9d98d 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -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" } } }