Skip to content

Commit 5309fac

Browse files
committed
Include version in cursive-core dependency
1 parent d2bcb70 commit 5309fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version = "0.15.0"
1212
edition = "2018"
1313

1414
[dependencies]
15-
cursive_core = { path = "../cursive-core" }
15+
cursive_core = { path = "../cursive-core", version="0.1" }
1616
crossbeam-channel = "0.4.0"
1717
cfg-if = "0.1.9"
1818
enumset = "1.0.0"

0 commit comments

Comments
 (0)