Force version of proc_macros.

This commit is contained in:
Nicolas Patry
2022-02-28 10:47:45 +01:00
parent ffaee13994
commit 472558cc6f

View File

@ -58,7 +58,7 @@ reqwest = { version = "0.11", optional = true }
cached-path = { version = "0.5", optional = true }
aho-corasick = "0.7"
paste = "1.0.6"
proc_macros = { path = "./src/utils/proc_macros" }
proc_macros = { path = "./src/utils/proc_macros", version="0.1.0" }
[features]
default = ["progressbar", "http"]