Use ruma-api 0.4.0 and ruma-api-macros 0.1.0.
This commit is contained in:
parent
863fe814ef
commit
3cbbf10587
20
Cargo.toml
20
Cargo.toml
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
authors = ["Jimmy Cuadra <jimmy@jimmycuadra.com>"]
|
||||||
description = "Serializable request and response types for the Matrix client API."
|
description = "Types for the endpoints in the Matrix client-server API."
|
||||||
documentation = "https://docs.rs/ruma-client-api"
|
documentation = "https://docs.rs/ruma-client-api"
|
||||||
homepage = "https://github.com/ruma/ruma-client-api"
|
homepage = "https://github.com/ruma/ruma-client-api"
|
||||||
keywords = ["matrix", "chat", "messaging", "ruma"]
|
keywords = ["matrix", "chat", "messaging", "ruma"]
|
||||||
@ -12,20 +12,14 @@ version = "0.1.0"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1.14"
|
futures = "0.1.14"
|
||||||
hyper = "0.11"
|
hyper = "0.11.1"
|
||||||
|
ruma-api = "0.4.0"
|
||||||
|
ruma-api-macros = "0.1.0"
|
||||||
ruma-events = "0.9.0"
|
ruma-events = "0.9.0"
|
||||||
ruma-identifiers = "0.11.0"
|
ruma-identifiers = "0.11.0"
|
||||||
ruma-signatures = "0.4.0"
|
ruma-signatures = "0.4.0"
|
||||||
serde = "1.0.2"
|
serde = "1.0.9"
|
||||||
serde_derive = "1.0.2"
|
serde_derive = "1.0.9"
|
||||||
serde_json = "1.0.1"
|
serde_json = "1.0.2"
|
||||||
serde_urlencoded = "0.5.1"
|
serde_urlencoded = "0.5.1"
|
||||||
url = "1.5.1"
|
url = "1.5.1"
|
||||||
|
|
||||||
[dependencies.ruma-api]
|
|
||||||
git = "https://github.com/ruma/ruma-api"
|
|
||||||
rev = "4893be93f86543f9a9e3c5d7205afba769b84aa6"
|
|
||||||
|
|
||||||
[dependencies.ruma-api-macros]
|
|
||||||
git = "https://github.com/ruma/ruma-api-macros"
|
|
||||||
rev = "0f32ca01dbf75aeab91937e421dfaa2d1f67351a"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user