diff --git a/Cargo.toml b/Cargo.toml index 332464c6..0a2d7deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pixels" description = "A tiny library providing a GPU-powered pixel frame buffer." -version = "0.9.0" +version = "0.10.0" authors = ["Jay Oster "] edition = "2021" rust-version = "1.59.0" diff --git a/MSRV.md b/MSRV.md index da528565..ec75ad34 100644 --- a/MSRV.md +++ b/MSRV.md @@ -2,6 +2,7 @@ | `pixels` version | `rustc` version | |------------------|-----------------| +| `0.11.0` | `1.61.0` | | `0.10.0` | `1.61.0` | | `0.9.0` | `1.57.0` | | `0.8.0` | `1.52.0` |