`get_tags` route response was adding the `tags` property twice, which is not the expected behaviour. This is an example of the previous serialization of the `get_tags` route: `{"tags":{"tags":{"u.example":{"order":0.55},"u.another":{"order":0.11}}}}` The new serialization removes the outer `tags` property.
ruma-events
ruma-events contains serializable types for the events in the Matrix specification that can be shared by client and server code.
Minimum Rust version
ruma-events requires Rust 1.40.0 or later.
Documentation
ruma-events has comprehensive documentation available on docs.rs.