From fef094c522bc883ce57c255e2bb479b806452a57 Mon Sep 17 00:00:00 2001 From: David Koloski Date: Wed, 11 Sep 2024 01:46:00 -0400 Subject: [PATCH] Pin macro version to exactly the library version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f74da4..90aa16b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,6 @@ categories = ["no-std", "no-std::no-alloc"] [workspace.dependencies] proc-macro2 = { version = "1", default-features = false } -ptr_meta_derive = { version = "0.3.0", default-features = false, path = "ptr_meta_derive" } +ptr_meta_derive = { version = "=0.3.0", default-features = false, path = "ptr_meta_derive" } syn = { version = "2", default-features = false } quote = { version = "1", default-features = false }