diff --git a/Cargo.toml b/Cargo.toml index cf3d9d64..4e361bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ruma-events = "0.17.0" ruma-identifiers = "0.14.1" # Dependencies for the encryption support -olm-rs = { path = "/home/poljar/werk/matrix/olm-rs", optional = true, features = ["serde"]} +olm-rs = { git = "https://gitlab.gnome.org/poljar/olm-rs", branch = "idiomatic-sessions", optional = true, features = ["serde"]} serde = { version = "1.0.104", optional = true, features = ["derive"] } serde_json = { version = "1.0.48", optional = true } cjson = { version = "0.1.0", optional = true }