Update dependencies and Macros 1.1 feature name.

This commit is contained in:
Jimmy Cuadra 2016-12-04 09:14:09 -08:00
parent 7c71473854
commit 69423c5a32
2 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ repository = "https://github.com/ruma/ruma-client-api"
version = "0.1.0"
[dependencies]
ruma-identifiers = "0.4.1"
serde = "0.8.10"
serde_derive = "0.8.10"
serde_json = "0.8.2"
ruma-identifiers = "0.4.3"
serde = "0.8.19"
serde_derive = "0.8.19"
serde_json = "0.8.3"

View File

@ -2,7 +2,7 @@
//! endpoint in the [Matrix](https://matrix.org/) client API specification. These types can be
//! shared by client and server code.
#![feature(rustc_macro)]
#![feature(proc_macro)]
extern crate ruma_identifiers;
extern crate serde;