futursolo / stylist-rs

A CSS-in-Rust styling solution for WebAssembly Applications
https://crates.io/crates/stylist
MIT License
366 stars 22 forks source link

Increase MSRV to 1.64.0 #139

Closed futursolo closed 9 months ago

futursolo commented 9 months ago

This pull request increase the MSRV to 1.64.0. This matches the MSRV of the upcoming Yew v0.21.0.

This pull request also limits macro tests to only run on MSRV.

futursolo commented 9 months ago

I am merging this as this is not an opinionated pull request and is fixing the CI which is breaking every other pull request.