diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 5c217c7..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "matrix-rust-sdk"] - path = matrix-rust-sdk - url = https://git.lavender.software/charlotte/matrix-rust-sdk.git diff --git a/Cargo.lock b/Cargo.lock index 27f5976..0a0ef5b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1237,6 +1237,7 @@ checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" [[package]] name = "matrix-qrcode" version = "0.2.0" +source = "git+https://git.lavender.software/charlotte/matrix-rust-sdk?rev=d83d8b959c#d83d8b959c644db7581976374954906d45b765b9" dependencies = [ "base64 0.13.0", "byteorder", @@ -1250,6 +1251,7 @@ dependencies = [ [[package]] name = "matrix-sdk" version = "0.4.1" +source = "git+https://git.lavender.software/charlotte/matrix-rust-sdk?rev=d83d8b959c#d83d8b959c644db7581976374954906d45b765b9" dependencies = [ "backoff", "bytes 1.1.0", @@ -1276,6 +1278,7 @@ dependencies = [ [[package]] name = "matrix-sdk-base" version = "0.4.1" +source = "git+https://git.lavender.software/charlotte/matrix-rust-sdk?rev=d83d8b959c#d83d8b959c644db7581976374954906d45b765b9" dependencies = [ "chacha20poly1305", "dashmap", @@ -1300,6 +1303,7 @@ dependencies = [ [[package]] name = "matrix-sdk-common" version = "0.4.1" +source = "git+https://git.lavender.software/charlotte/matrix-rust-sdk?rev=d83d8b959c#d83d8b959c644db7581976374954906d45b765b9" dependencies = [ "async-trait", "futures", @@ -1315,6 +1319,7 @@ dependencies = [ [[package]] name = "matrix-sdk-crypto" version = "0.4.1" +source = "git+https://git.lavender.software/charlotte/matrix-rust-sdk?rev=d83d8b959c#d83d8b959c644db7581976374954906d45b765b9" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 2f791bf..e9cce53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] bincode = "1.3.3" discord_message_format = { git = "https://git.lavender.software/charlotte/discord-message-format.git" } -matrix-sdk = { path = "./matrix-rust-sdk/crates/matrix-sdk" } +matrix-sdk = { git = "https://git.lavender.software/charlotte/matrix-rust-sdk", rev = "d83d8b959c" } serde = { version = "1.0.130", features = ["derive"] } sled = "0.34.7" tokio = { version = "1.11.0", features = ["full"] } diff --git a/matrix-rust-sdk b/matrix-rust-sdk deleted file mode 160000 index d83d8b9..0000000 --- a/matrix-rust-sdk +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d83d8b959c644db7581976374954906d45b765b9