From 5e7c6372fdf8a67ffb3873119f4072a625a5614f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 8 Jun 2020 13:00:38 +0200 Subject: [PATCH] Fix cross-compilation of vtable syn/quote/proc-macro are not needed at run-time for the vtable use. --- helper_crates/vtable/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/helper_crates/vtable/Cargo.toml b/helper_crates/vtable/Cargo.toml index e6143e582ca..3f9b28ac54f 100644 --- a/helper_crates/vtable/Cargo.toml +++ b/helper_crates/vtable/Cargo.toml @@ -7,8 +7,5 @@ edition = "2018" [lib] [dependencies] -syn = { version = "1.0", features = ["full"] } -quote = "1.0" -proc-macro2 = "1.0" vtable-macro = { path="./macro" } const-field-offset = { path="../const-field-offset" }