Add version to cwdemangle dep in bin

This commit is contained in:
Luke Street 2024-03-13 17:34:46 -06:00
parent 852fb537c4
commit b86dcc3483
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ path = "src/main.rs"
[dependencies]
argh = "0.1.12"
cwdemangle = { path = "../lib" }
cwdemangle = { path = "../lib", version = "1.0.0" }