From 92bf14bb7cc0c10f67a9a67e7512138c15db6ec0 Mon Sep 17 00:00:00 2001 From: Melody Horn / boringcactus Date: Mon, 14 Jun 2021 20:54:57 -0600 Subject: start working on migrations --- tosin-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosin-macros/Cargo.toml') diff --git a/tosin-macros/Cargo.toml b/tosin-macros/Cargo.toml index 4a58a20..836461c 100644 --- a/tosin-macros/Cargo.toml +++ b/tosin-macros/Cargo.toml @@ -10,5 +10,5 @@ edition = "2018" proc-macro = true [dependencies] -syn = "1.0" +syn = { version = "1.0", features = ["full", "extra-traits"] } quote = "1.0" -- cgit v1.2.3