Cleanup/simplify client versions and unstable_features listing.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2026-02-13 23:58:24 +00:00
parent 4d2845dd54
commit 289eaa57a3
3 changed files with 76 additions and 53 deletions

20
Cargo.lock generated
View File

@@ -3754,7 +3754,7 @@ dependencies = [
[[package]]
name = "ruma"
version = "0.13.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"assign",
"js_int",
@@ -3773,7 +3773,7 @@ dependencies = [
[[package]]
name = "ruma-appservice-api"
version = "0.13.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"js_int",
"ruma-common",
@@ -3785,7 +3785,7 @@ dependencies = [
[[package]]
name = "ruma-client-api"
version = "0.21.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"as_variant",
"assign",
@@ -3810,7 +3810,7 @@ dependencies = [
[[package]]
name = "ruma-common"
version = "0.16.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"as_variant",
"base64",
@@ -3844,7 +3844,7 @@ dependencies = [
[[package]]
name = "ruma-events"
version = "0.31.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"as_variant",
"indexmap",
@@ -3871,7 +3871,7 @@ dependencies = [
[[package]]
name = "ruma-federation-api"
version = "0.12.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"bytes",
"headers",
@@ -3894,7 +3894,7 @@ dependencies = [
[[package]]
name = "ruma-identifiers-validation"
version = "0.11.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"js_int",
"thiserror 2.0.18",
@@ -3903,7 +3903,7 @@ dependencies = [
[[package]]
name = "ruma-macros"
version = "0.16.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"cfg-if",
"proc-macro-crate",
@@ -3918,7 +3918,7 @@ dependencies = [
[[package]]
name = "ruma-push-gateway-api"
version = "0.12.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"js_int",
"ruma-common",
@@ -3930,7 +3930,7 @@ dependencies = [
[[package]]
name = "ruma-signatures"
version = "0.18.0"
source = "git+https://github.com/matrix-construct/ruma?rev=e8038f1c06a9554468e28a29a1e9d5458fdc58a9#e8038f1c06a9554468e28a29a1e9d5458fdc58a9"
source = "git+https://github.com/matrix-construct/ruma?rev=2f53677f4d621cb4560119c5938888c9ce983e56#2f53677f4d621cb4560119c5938888c9ce983e56"
dependencies = [
"base64",
"ed25519-dalek",