This Week in Ruma

› published on by

This week I began working on upgrading the libraries used by Ruma. In particular, Diesel and Serde have new minor versions (which prior to 1.0 are effectively major versions.) I'm also working on integrating ruma-identifiers and the recent round of changes to ruma-events back into Ruma. Because of library changes, there are a lot of code updates needed. I got the compiler errors down from about 60 to about 10, but there are a few blocking issues to fix the rest. These are noted in the section on Rust below.

Notable changes to ruma-events

Rust at large