Add version to cwdemangle dep in bin
This commit is contained in:
parent
852fb537c4
commit
b86dcc3483
|
@ -16,4 +16,4 @@ path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argh = "0.1.12"
|
argh = "0.1.12"
|
||||||
cwdemangle = { path = "../lib" }
|
cwdemangle = { path = "../lib", version = "1.0.0" }
|
||||||
|
|
Loading…
Reference in New Issue