mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 15:21:24 +01:00
Bump ruma to 1387667de806c37a6d7f72125117009bd618e32a
The significant change is 26edd40a704040e7104161da81c9bae91b7ddcaa, which removes the global compat feature, so that each compat feature must now be enabled individually. We're using the slightly later 1387667d because it has a bugfix that ruma needs to compile. There are a few ruma compat features that were not previously part of the global compat feature: - compat-arbitrary-length-ids - compat-upload-signature - compat-encrypted-stickers I have not enabled these here, to avoid a behavior change.
This commit is contained in:
parent
ab5f76f49f
commit
b94cc429b7
4 changed files with 43 additions and 41 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -144,20 +144,27 @@ trust-dns-resolver = "0.23.2"
|
|||
xdg = "2.5.2"
|
||||
|
||||
[dependencies.ruma]
|
||||
git = "https://gitlab.computer.surgery/matrix/ruma.git"
|
||||
rev = "ruma-0.12.2+grapevine-1"
|
||||
git = "https://github.com/ruma/ruma.git"
|
||||
rev = "1387667de806c37a6d7f72125117009bd618e32a"
|
||||
features = [
|
||||
"compat",
|
||||
"compat-server-signing-key-version",
|
||||
"compat-empty-string-null",
|
||||
"compat-null",
|
||||
"compat-optional",
|
||||
"compat-unset-avatar",
|
||||
"compat-get-3pids",
|
||||
"compat-signature-id",
|
||||
"compat-tag-info",
|
||||
"compat-optional-txn-pdus",
|
||||
|
||||
"rand",
|
||||
"appservice-api-c",
|
||||
"client-api",
|
||||
"federation-api",
|
||||
"push-gateway-api-c",
|
||||
"server-util",
|
||||
"state-res",
|
||||
"unstable-msc2448",
|
||||
"ring-compat",
|
||||
"unstable-unspecified",
|
||||
]
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue