From 3484b213da68a637e46224f80015a0036a0d594e Mon Sep 17 00:00:00 2001 From: Wojciech Zieba Date: Mon, 6 Nov 2023 17:47:42 +0100 Subject: [PATCH] Specify syn and genco-macros version for rust vm --- vm/rust/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index c2f3dc1417..c198b5323b 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -17,6 +17,7 @@ indexmap = "1.9.2" starknet = { rev = "starknet-core/v0.4.0", git = "https://github.com/xJonathanLEI/starknet-rs" } cached = "0.44.0" once_cell = "1.18.0" +syn = "=2.0.38" [lib] crate-type = ["staticlib"]