From b1c09369af40bb2b65825d25094d37b3515da1bb Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 17 Feb 2022 07:23:38 -0600 Subject: [PATCH] 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. --- rust/derive/Cargo.toml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/derive/Cargo.toml.in b/rust/derive/Cargo.toml.in index b60ab198f3..bf843f8f96 100644 --- a/rust/derive/Cargo.toml.in +++ b/rust/derive/Cargo.toml.in @@ -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" -- 2.47.2