From 79c9d3e1ca8fa0045b30529a05036318be8dac8a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 19 Jul 2023 07:15:46 +0200 Subject: [PATCH] rust: lock proc-macro2 to maintain MSRV --- rust/Cargo.toml.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust/Cargo.toml.in b/rust/Cargo.toml.in index fda82e3487..62b3e7fedc 100644 --- a/rust/Cargo.toml.in +++ b/rust/Cargo.toml.in @@ -48,5 +48,8 @@ data-encoding = "=2.3.3" x509-parser = "0.8.2" libc = "0.2.67" +# required to keep MSRV supported +proc-macro2 = "=1.0.65" + [dev-dependencies] test-case = "~1.0.1" -- 2.47.2