ruffle/wstr
relrelb 7cdac78321 chore: Remove `static_assertions` dependency
`static_assertions` seems unmaintained, and anyway `assert!()` is
usable in `const` contexts since Rust 1.57.0:
https://blog.rust-lang.org/2021/12/02/Rust-1.57.0.html#panic-in-const-contexts
So simply use the suggested method instead.

Also the `rustversion` dependency is no longer needed because
https://github.com/rust-lang/rust/pull/94075 already landed in stable.
2023-03-25 15:14:36 +03:00
..
src chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00
Cargo.toml chore: Remove `static_assertions` dependency 2023-03-25 15:14:36 +03:00