From 0541ee2e0b24b4e7a4449de3e9f12a4e78245863 Mon Sep 17 00:00:00 2001 From: Dominic Date: Thu, 21 May 2020 01:44:18 +0200 Subject: [PATCH] fix derive's Cargo.toml --- derive/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 3511f73..d293eb4 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -6,7 +6,7 @@ version = "0.1.0-rc0" authors = ["Dominic Meiser "] edition = "2018" description = "RESTful additions for the gotham web framework - Derive" -keywords = ["gotham", "rest", "restful", "web", "http", "derive"] +keywords = ["gotham", "rest", "restful", "web", "http"] license = "EPL-2.0 OR Apache-2.0" repository = "https://gitlab.com/msrd0/gotham-restful" @@ -20,7 +20,7 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" } heck = "0.3.1" proc-macro2 = "1.0.13" quote = "1.0.6" -syn = "1.0.22" +syn = { version = "1.0.22", features = ["full"] } [features] default = []