Update dependencies and Macros 1.1 feature name.
This commit is contained in:
parent
7c71473854
commit
69423c5a32
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user