Skip to content

Commit 18bb386

Browse files
committed
path dev-dependency
1 parent 8578cd6 commit 18bb386

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ perfmap = []
140140
spacetimedb-lib = { path = "../lib", features = ["proptest"] }
141141
spacetimedb-sats = { path = "../sats", features = ["proptest"] }
142142
spacetimedb-commitlog = { path = "../commitlog", features = ["test"] }
143-
spacetimedb-datastore = { workspace = true, features = ["test"] }
143+
spacetimedb-datastore = { path = "../datastore/", features = ["test"] }
144144

145145
criterion.workspace = true
146146
# Also as dev-dependencies for use in _this_ crate's tests.

0 commit comments

Comments
 (0)