ruma-bot

git clone git://archive.git.mtrnord.blog/MTRNord/ruma-bot.git
Log | Files | Refs

commit 991fce731369b677efeeb4e9e137075a67932066
parent 5da6ade6cb2a19f72f77881abe6e604db43266ac
Author: Jonas Platte <jplatte+git@posteo.de>
Date:   Sun,  4 Aug 2019 16:44:06 +0200

Update dependencies

Diffstat:
MCargo.toml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -8,10 +8,10 @@ edition = "2018" anymap = "0.12.1" failure = "0.1.5" futures-preview = "0.3.0-alpha.17" -js_int = "0.1.1" +js_int = "0.1.2" hyper = { git = "https://github.com/hyperium/hyper" } hyper-tls = { git = "https://github.com/hyperium/hyper-tls" } -ruma-client = { path = "../ruma-client" } +ruma-client = { git = "https://github.com/ruma/ruma-client", branch = "async_await" } url = "2.0.0" [dependencies.ruma-bot-macros]