mirror of
https://gitlab.com/msrd0/gotham-restful.git
synced 2025-04-20 06:54:46 +00:00
update versions
This commit is contained in:
parent
d3b27bae8a
commit
e710182f14
3 changed files with 7 additions and 8 deletions
|
@ -19,9 +19,9 @@ codecov = { repository = "msrd0/gotham-restful", branch = "master", service = "g
|
|||
|
||||
[dependencies]
|
||||
heck = "0.3.1"
|
||||
proc-macro2 = "1.0.6"
|
||||
proc-macro2 = "1.0.8"
|
||||
quote = "1.0.2"
|
||||
syn = { version = "1.0.13", features = ["extra-traits", "full"] }
|
||||
syn = { version = "1.0.14", features = ["extra-traits", "full"] }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
|
|
@ -303,6 +303,5 @@ pub fn expand_method(method : Method, attrs : TokenStream, item : TokenStream) -
|
|||
route.#method_ident::<#resource_ident, #(#generics),*>();
|
||||
}
|
||||
};
|
||||
eprintln!("{}", output);
|
||||
output.into()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue