Commit Graph

15 Commits

Author SHA1 Message Date
Jonas Platte
8a60154882 Use only #[warn], not #[deny] for lints
CI passes `-D warnings` to clippy, so there it will be an error either way.
For local development it is nice not to block compilation of dependent
crates on lints though.
2022-03-09 18:13:04 +01:00
Jonas Platte
d2e70c16b4 Deduplicate lint configuration 2022-03-09 18:09:02 +01:00
Jonas Platte
1f2fd380b2 Upgrade Ruma to 0.5.0 2022-03-03 08:59:44 +01:00
Jonas Platte
8e41bccf8b Upgrade Ruma 2022-02-11 20:45:22 +01:00
Jonas Platte
8dec390258 Upgrade Ruma 2022-02-01 15:08:01 +01:00
Damir Jelić
5003ed1493 docs: Enable all features for some of our crates when building docs 2022-01-03 13:14:36 +01:00
Damir Jelić
f12f03b8da docs: Switch to the doc_auto_cfg feature 2022-01-03 12:33:24 +01:00
Damir Jelić
009ead2eea chore: Bump Ruma. 2021-12-08 16:50:25 +01:00
Jonas Platte
36db5e47dd Upgrade Ruma 2021-11-26 19:22:54 +01:00
Julian Sparber
253d6c9af8 matrix-qrcode: Use GenericImage and GenericImageView trait
This changes `QrVerificationData::from_luma()` to accept any struct that
implements GenericImage and GenericImageView.
This way we don't force a specific container for the ImageBufffer, hence
the developer doesn't necessarily need to copy the image data into a
Vec<u8>.
2021-11-09 11:33:38 +01:00
Damir Jelić
1f1ae0059e docs: Remove the now unneeded doc cfg attributes 2021-11-09 10:43:42 +01:00
Damir Jelić
e58eb70924 chore: Switch to the 2021 edition 2021-11-08 15:32:51 +01:00
Jonas Platte
b27795c0d1 Upgrade ruma 2021-11-05 16:05:25 +01:00
Jonas Platte
cb8a42a529 Upgrade to latest Ruma git main 2021-10-05 18:20:07 +02:00
Damir Jelić
af74988a83 chore: Rename the crate folders to use dashes instead of underscores 2021-09-14 16:38:33 +02:00