diff --git a/Cargo.lock b/Cargo.lock index cf34603..e7622b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,8 +1075,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "matrix-qrcode" version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4231739aa2ff90c6c55b07d7179c52b496622a86fc2f7e0431336d109ba7838d" +source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=fix-invite-events-emitting#20f6b7dbdb0f06676c63cd3f35077590207ab650" dependencies = [ "base64", "byteorder", @@ -1090,8 +1089,7 @@ dependencies = [ [[package]] name = "matrix-sdk" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1119aaca5e48e4794ad19d981a6d69205d16b60a15c55cec46d6cb1a0725d579" +source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=fix-invite-events-emitting#20f6b7dbdb0f06676c63cd3f35077590207ab650" dependencies = [ "backoff", "bytes", @@ -1118,8 +1116,7 @@ dependencies = [ [[package]] name = "matrix-sdk-base" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9907a9d8ae3caf2c18ff1334e712947caab891ccbe167dea7d1790ab1047ab3" +source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=fix-invite-events-emitting#20f6b7dbdb0f06676c63cd3f35077590207ab650" dependencies = [ "chacha20poly1305", "dashmap", @@ -1144,8 +1141,7 @@ dependencies = [ [[package]] name = "matrix-sdk-common" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6a110018ac4df72a57f1c9d3976243c7c3ad7189f50aa7ca0032276c9c78519" +source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=fix-invite-events-emitting#20f6b7dbdb0f06676c63cd3f35077590207ab650" dependencies = [ "async-trait", "futures", @@ -1161,8 +1157,7 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1683b93a94890337f75fdc3b8630a633c974089a9b5f874b4b5771cf82336bad" +source = "git+https://github.com/matrix-org/matrix-rust-sdk?branch=fix-invite-events-emitting#20f6b7dbdb0f06676c63cd3f35077590207ab650" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 21ebd5a..a7df47d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] anyhow = "1.0" clap = "3.0.0-beta.4" -matrix-sdk = "0.4.0" +matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk", branch = "fix-invite-events-emitting" } serde = "1.0" serde_yaml = "0.8" tokio = { version = "1.0", features = [ "full" ] }