aboutsummaryrefslogtreecommitdiff
path: root/rust/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'rust/Cargo.lock')
-rw-r--r--rust/Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 1108513..0c1df62 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -59,7 +59,6 @@ name = "bql"
version = "0.1.0"
dependencies = [
"glib-sys",
- "migration",
]
[[package]]
@@ -198,8 +197,10 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
name = "migration"
version = "0.1.0"
dependencies = [
+ "bql",
"common",
"glib-sys",
+ "qemu_macros",
"util",
]