commit 2a2d1b7ed9c6934ed20b9e0de29640b671929ac7
parent ce18315d85959b5e58b077e555d05622946f4e07
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 22 Aug 2020 14:12:39 +0200
Temporarly use powerlevel overflow patch by DevinR528
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
@@ -825,7 +825,7 @@ checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "matrix-sdk"
version = "0.1.0"
-source = "git+https://github.com/matrix-org/matrix-rust-sdk?rev=89c9e311408d2c57245f4ec5af7bbd4daa0046d3#89c9e311408d2c57245f4ec5af7bbd4daa0046d3"
+source = "git+https://github.com/DevinR528/matrix-rust-sdk?branch=power-ev-overflow#72614e4252f488d023871f3536c6c69b0c2456bf"
dependencies = [
"async-trait",
"futures-timer",
@@ -844,7 +844,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-base"
version = "0.1.0"
-source = "git+https://github.com/matrix-org/matrix-rust-sdk?rev=89c9e311408d2c57245f4ec5af7bbd4daa0046d3#89c9e311408d2c57245f4ec5af7bbd4daa0046d3"
+source = "git+https://github.com/DevinR528/matrix-rust-sdk?branch=power-ev-overflow#72614e4252f488d023871f3536c6c69b0c2456bf"
dependencies = [
"async-trait",
"matrix-sdk-common",
@@ -860,7 +860,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-common"
version = "0.1.0"
-source = "git+https://github.com/matrix-org/matrix-rust-sdk?rev=89c9e311408d2c57245f4ec5af7bbd4daa0046d3#89c9e311408d2c57245f4ec5af7bbd4daa0046d3"
+source = "git+https://github.com/DevinR528/matrix-rust-sdk?branch=power-ev-overflow#72614e4252f488d023871f3536c6c69b0c2456bf"
dependencies = [
"assign",
"futures-locks",
@@ -874,7 +874,7 @@ dependencies = [
[[package]]
name = "matrix-sdk-common-macros"
version = "0.1.0"
-source = "git+https://github.com/matrix-org/matrix-rust-sdk?rev=89c9e311408d2c57245f4ec5af7bbd4daa0046d3#89c9e311408d2c57245f4ec5af7bbd4daa0046d3"
+source = "git+https://github.com/DevinR528/matrix-rust-sdk?branch=power-ev-overflow#72614e4252f488d023871f3536c6c69b0c2456bf"
dependencies = [
"quote 1.0.7",
"syn 1.0.39",
diff --git a/Cargo.toml b/Cargo.toml
@@ -34,7 +34,7 @@ yewtil = { git = "https://github.com/daydream-mx/yew.git", branch = "MTRNord/day
# Matrix
#, branch = "daydream"
-matrix-sdk = { version = "0.1.0", git = "https://github.com/matrix-org/matrix-rust-sdk", default-features = false, features = ["messages"], rev = "89c9e311408d2c57245f4ec5af7bbd4daa0046d3"}# features = ["encryption"]}
+matrix-sdk = { version = "0.1.0", git = "https://github.com/DevinR528/matrix-rust-sdk", default-features = false, features = ["messages"], branch = "power-ev-overflow"}# rev = "89c9e311408d2c57245f4ec5af7bbd4daa0046d3" # features = ["encryption"]}
url = "2.1.1"
thiserror = "1.0"
futures-locks = { git = "https://github.com/asomers/futures-locks", default-features = false }