From 6d42611721ee5780efec8c34ce3a0733bd875958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=96mer=20Faruk=20Irmak?= Date: Tue, 7 Nov 2023 15:13:51 +0300 Subject: [PATCH] Revert "Specify syn and genco-macros version for rust vm" (#1413) This reverts commit 3484b213da68a637e46224f80015a0036a0d594e. --- vm/rust/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index c198b5323b..c2f3dc1417 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -17,7 +17,6 @@ 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"]