daydream

A small matrix web client written in rust
git clone git://archive.git.mtrnord.blog/daydream-mx/daydream.git
Log | Files | Refs | README | LICENSE

commit b5ecfeb6a745916973ab3a7aa0d6684e3da79b42
parent 879b746e3fd32230c75055bf282e7dd7bbcf43aa
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 20 Aug 2020 21:42:51 +0200

fix: Sync not working without a patch by jplatte

Diffstat:
MCargo.lock | 2+-
MCargo.toml | 3+++
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -1190,7 +1190,7 @@ dependencies = [ [[package]] name = "reqwest" version = "0.10.7" -source = "git+https://github.com/seanmonstar/reqwest?rev=cff487ff58630cf0ac59f3e46cbf20cf50a28b3f#cff487ff58630cf0ac59f3e46cbf20cf50a28b3f" +source = "git+https://github.com/jplatte/reqwest.git?branch=wasm-fix-get-via-http-req#28d9ece4bbc70f3ea02a0343e583d971119e0845" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml @@ -69,6 +69,9 @@ features = [ olm-sys = { git = "https://gitlab.gnome.org/stoically/olm-sys", branch = "wasm-target" } cjson = { git = "https://github.com/engineerd/cjson" } +[patch.'https://github.com/seanmonstar/reqwest'] +reqwest = { git = "https://github.com/jplatte/reqwest.git", branch = "wasm-fix-get-via-http-req"} + [profile.release] # less code to include into binary panic = 'abort'