rust/derive: pin proc-macro-crate to v1.1.0.

The just released proc-macro-crate v1.1.2 requires at least Rust 1.53.
Pin to the previous release for now.
pull/7022/head
Jason Ish 3 years ago committed by Victor Julien
parent b8f767d84c
commit b1c09369af

@ -8,6 +8,7 @@ proc-macro = true
path = "@e_rustdir@/derive/src/lib.rs"
[dependencies]
proc-macro2 = "1.0"
proc-macro-crate = "= 1.1.0"
proc-macro2 = "1.0.36"
quote = "1.0"
syn = "1.0"

Loading…
Cancel
Save