Use public repo for the matrix-sdk
This commit is contained in:
@ -55,10 +55,10 @@ smallvec = "1.11.1"
|
|||||||
eyeball = "0.8.7" # data structures observer returned by matrix-sdk-ui
|
eyeball = "0.8.7" # data structures observer returned by matrix-sdk-ui
|
||||||
eyeball-im = "0.4.2" # immutable data structures observer returned by matrix-sdk-ui
|
eyeball-im = "0.4.2" # immutable data structures observer returned by matrix-sdk-ui
|
||||||
imbl = "2.0" # ditto
|
imbl = "2.0" # ditto
|
||||||
#matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "34060957855fdcb91af820a75df20774949e41be", features = ["eyre", "markdown"] }
|
matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "34060957855fdcb91af820a75df20774949e41be", features = ["eyre", "markdown"] }
|
||||||
#matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "34060957855fdcb91af820a75df20774949e41be" }
|
matrix-sdk-ui = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = "34060957855fdcb91af820a75df20774949e41be" }
|
||||||
matrix-sdk = { path = "../matrix-rust-sdk/crates/matrix-sdk", features = ["eyre", "markdown"] }
|
#matrix-sdk = { path = "../matrix-rust-sdk/crates/matrix-sdk", features = ["eyre", "markdown"] }
|
||||||
matrix-sdk-ui = { path = "../matrix-rust-sdk/crates/matrix-sdk-ui" }
|
#matrix-sdk-ui = { path = "../matrix-rust-sdk/crates/matrix-sdk-ui" }
|
||||||
|
|
||||||
# UI
|
# UI
|
||||||
ansi-to-tui = "3.1.0"
|
ansi-to-tui = "3.1.0"
|
||||||
|
Reference in New Issue
Block a user