summary refs log tree commit diff
path: root/data_model
diff options
context:
space:
mode:
Diffstat (limited to 'data_model')
-rw-r--r--data_model/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/data_model/Cargo.toml b/data_model/Cargo.toml
index 1b30aca..595d05c 100644
--- a/data_model/Cargo.toml
+++ b/data_model/Cargo.toml
@@ -5,6 +5,6 @@ authors = ["The Chromium OS Authors"]
 include = ["src/**/*", "Cargo.toml"]
 
 [dependencies]
-assertions = "*"
+assertions = { path = "../assertions" } # provided by ebuild
 
 [workspace]