Skip to content

Commit 736aa6a

Browse files
committed
Merge tag 'ruma-client-api-0.12.3'
ruma-client-api 0.12.3 * Add a `feature = "compat"` workaround for Element failing on `GET /_matrix/client/r0/account/3pid` response if the optional `threepids` field is missing
2 parents a171ad7 + eb02716 commit 736aa6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ hyper-tls = { version = "0.5.0", optional = true }
4646
isahc-crate = { package = "isahc", version = "1.3.1", optional = true }
4747
reqwest = { version = "0.11.4", optional = true, default-features = false }
4848
ruma-api = { version = "0.18.4", path = "../ruma-api" }
49-
ruma-client-api = { version = "0.12.2", path = "../ruma-client-api", optional = true, features = ["client"] }
49+
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", optional = true, features = ["client"] }
5050
ruma-common = { version = "0.6.0", path = "../ruma-common" }
5151
ruma-identifiers = { version = "0.20.0", path = "../ruma-identifiers" }
5252
ruma-serde = { version = "0.5.0", path = "../ruma-serde" }
5353
serde = { version = "1.0.118", features = ["derive"] }
5454
serde_json = "1.0.61"
5555

5656
[dev-dependencies]
57-
ruma-client-api = { version = "0.12.2", path = "../ruma-client-api", features = ["client"] }
57+
ruma-client-api = { version = "0.12.3", path = "../ruma-client-api", features = ["client"] }

0 commit comments

Comments
 (0)