Merge pull request #18 from jplatte/macros

Bump dependency versions
This commit is contained in:
Jimmy Cuadra 2017-06-14 03:16:04 -07:00 committed by GitHub
commit 5d5e70cf3e

View File

@ -11,7 +11,8 @@ repository = "https://github.com/ruma/ruma-client-api"
version = "0.1.0" version = "0.1.0"
[dependencies] [dependencies]
futures = "0.1.13" futures = "0.1.14"
hyper = "0.11"
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"
@ -19,14 +20,10 @@ serde = "1.0.2"
serde_derive = "1.0.2" serde_derive = "1.0.2"
serde_json = "1.0.1" serde_json = "1.0.1"
[dependencies.hyper]
git = "https://github.com/hyperium/hyper"
rev = "fed04dfb58e19b408322d4e5ca7474871e848a35"
[dependencies.ruma-api] [dependencies.ruma-api]
git = "https://github.com/ruma/ruma-api" git = "https://github.com/ruma/ruma-api"
rev = "3635fe51ac31b9ff899c70a0d1218caa8cf6a8dc" rev = "211cf5e3531cd1862136129d5f73caaac7b4eb43"
[dependencies.ruma-api-macros] [dependencies.ruma-api-macros]
git = "https://github.com/ruma/ruma-api-macros" git = "https://github.com/ruma/ruma-api-macros"
rev = "35362e78a6cfef346ad74c4b38c6e0611402231b" rev = "f5a935384e36134daf86a13190318a5c50cf2c17"