mirror of
https://github.com/topjohnwu/argh.git
synced 2024-11-27 05:30:34 +00:00
pin versions
This commit is contained in:
parent
705a6bff4f
commit
cef9a6b7d8
@ -8,5 +8,5 @@ description = "Derive-based argument parser optimized for code size"
|
||||
repository = "https://github.com/google/argh"
|
||||
|
||||
[dependencies]
|
||||
argh_shared = {path = "./argh_shared"}
|
||||
argh_derive = {path = "./argh_derive"}
|
||||
argh_shared = { version = "0.1.0", path = "./argh_shared" }
|
||||
argh_derive = { version = "0.1.0", path = "./argh_derive" }
|
||||
|
@ -15,4 +15,4 @@ heck = "0.3.1"
|
||||
proc-macro2 = "1.0"
|
||||
quote = "1.0"
|
||||
syn = "1.0"
|
||||
argh_shared = {path = "../argh_shared" }
|
||||
argh_shared = { version = "0.1.0", path = "../argh_shared" }
|
||||
|
Loading…
Reference in New Issue
Block a user