Compare commits

...

1 Commits
v1.0.0 ... main

Author SHA1 Message Date
Luke Street b86dcc3483 Add version to cwdemangle dep in bin 2024-03-13 17:34:46 -06:00
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" }