[Rust] Release 0.11.1
·
197 commits
to master
since this release
Changed
- Update
indexmap
to2.1
. - Update
cssparser
to0.31.2
. - Update
selectors
to0.25
. - Bump MSRV to
1.65
.
Fixed
- Replace double quotes in all property values.
Performance
- Avoid allocation when replacing double quotes in property values.