Skip to content

Commit

Permalink
Fix cross-compilation of vtable
Browse files Browse the repository at this point in the history
syn/quote/proc-macro are not needed at run-time for the vtable use.
  • Loading branch information
tronical committed Jun 8, 2020
1 parent 11ac0cf commit 5e7c637
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helper_crates/vtable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

0 comments on commit 5e7c637

Please sign in to comment.