diff --git a/Cargo.lock b/Cargo.lock index 01e06fe4..34d3f845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3895,7 +3895,7 @@ dependencies = [ [[package]] name = "matrix-sdk" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "anymap2", "aquamarine", @@ -3958,7 +3958,7 @@ dependencies = [ [[package]] name = "matrix-sdk-base" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "as_variant", "async-trait", @@ -3984,7 +3984,7 @@ dependencies = [ [[package]] name = "matrix-sdk-common" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "eyeball-im", "futures-core", @@ -4007,7 +4007,7 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "aes", "aquamarine", @@ -4047,7 +4047,7 @@ dependencies = [ [[package]] name = "matrix-sdk-indexeddb" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "async-trait", "base64", @@ -4078,7 +4078,7 @@ dependencies = [ [[package]] name = "matrix-sdk-sqlite" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "as_variant", "async-trait", @@ -4105,7 +4105,7 @@ dependencies = [ [[package]] name = "matrix-sdk-store-encryption" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "base64", "blake3", @@ -4125,7 +4125,7 @@ dependencies = [ [[package]] name = "matrix-sdk-ui" version = "0.16.0" -source = "git+https://github.com/project-robius/matrix-rust-sdk?branch=space_room_suggested#627563bb87e4746c0758560efe2c3fdc034faac6" +source = "git+https://github.com/Project-Robius-China/matrix-rust-sdk?rev=cb391f70ade93aee295108e623f6bed3ef1cea53#cb391f70ade93aee295108e623f6bed3ef1cea53" dependencies = [ "as_variant", "async-rx", diff --git a/Cargo.toml b/Cargo.toml index a2781bb1..4f0ddef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,8 +49,8 @@ imghdr = "0.7.0" linkify = "0.10.0" mime = "0.3" mime_guess = "2.0" -matrix-sdk-base = { git = "https://github.com/project-robius/matrix-rust-sdk", branch = "space_room_suggested" } -matrix-sdk = { git = "https://github.com/project-robius/matrix-rust-sdk", branch = "space_room_suggested", default-features = false, features = [ +matrix-sdk-base = { git = "https://github.com/Project-Robius-China/matrix-rust-sdk", rev = "cb391f70ade93aee295108e623f6bed3ef1cea53" } +matrix-sdk = { git = "https://github.com/Project-Robius-China/matrix-rust-sdk", rev = "cb391f70ade93aee295108e623f6bed3ef1cea53", default-features = false, features = [ "e2e-encryption", "automatic-room-key-forwarding", "markdown", @@ -59,7 +59,7 @@ matrix-sdk = { git = "https://github.com/project-robius/matrix-rust-sdk", branch "bundled-sqlite", "sso-login", ] } -matrix-sdk-ui = { git = "https://github.com/project-robius/matrix-rust-sdk", branch = "space_room_suggested", default-features = false, features = [ +matrix-sdk-ui = { git = "https://github.com/Project-Robius-China/matrix-rust-sdk", rev = "cb391f70ade93aee295108e623f6bed3ef1cea53", default-features = false, features = [ "rustls-tls", ] } ## Use the same ruma version as what's specified in matrix-sdk's Cargo.toml.