Starting with Matrix 1.11, the IDs are uniquified when generating the HTML rather than in the browser with JavaScript, so we need to check IDs that are already de-duplicated.
Ruma xtasks
This crate is a helper bin for repetitive tasks during Ruma development, based on cargo xtask.
To use it, run cargo xtask [command]
anywhere in the workspace.
Some commands need configuration variables. Copy config.toml.sample
to config.toml
and fill
the appropriate fields.
Commands
release [crate] [version]
: Publishcrate
at givenversion
, if applicable1, create a signed tag based on its name and version and create a release on GitHub. Requires allgithub
fields inconfig.toml
.
1 if crate
is a user-facing crate and version
is not a pre-release.