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 dd5958b17db6c5ac081db03b018798e99b8d2a2b
parent 2a2d1b7ed9c6934ed20b9e0de29640b671929ac7
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 22 Aug 2020 14:13:17 +0200

update: Remove unused patches (which also are not needed anymore)

Diffstat:
MCargo.lock | 10----------
MCargo.toml | 4----
2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock @@ -2119,13 +2119,3 @@ name = "zeroize" version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8" - -[[patch.unused]] -name = "cjson" -version = "0.1.1" -source = "git+https://github.com/engineerd/cjson#ccb9a6336f8279d35561a6ec189aa7e175e032a6" - -[[patch.unused]] -name = "olm-sys" -version = "0.1.5" -source = "git+https://gitlab.gnome.org/stoically/olm-sys?branch=wasm-target#19e18932a122dca32ead57660711327126c78432" diff --git a/Cargo.toml b/Cargo.toml @@ -65,10 +65,6 @@ features = [ 'Window' ] -[patch.crates-io] -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/seanmonstar//reqwest", rev = "d42385e7f2cc364efa5e16a7154e7e0cebdd1b57"}