Skip to content

Commit 1f651e2

Browse files
committed
Depend on local version for dev, crates.io version for publish.
1 parent 238723d commit 1f651e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ indexmap = { version = "1.1.0", optional = true }
2626
smallvec = "1.0.0"
2727
hashbag = "0.1.2"
2828
rand = { version = "0.7", default-features = false, features = ["alloc"], optional = true }
29-
left-right = "0.10.0"
29+
left-right = { path = "../left-right", version = "0.10.0" }
3030

3131
[dev-dependencies]
3232
quickcheck = "0.9"

0 commit comments

Comments
 (0)