diff --git a/Cargo.toml b/Cargo.toml index 75402d2..f6729e6 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.7.0" +version = "0.8.0" authors = ["Jay Oster "] edition = "2018" repository = "https://github.com/parasyte/pixels" diff --git a/MSRV.md b/MSRV.md index aae143a..45d1261 100644 --- a/MSRV.md +++ b/MSRV.md @@ -2,6 +2,7 @@ | `pixels` version | `rustc` version | |------------------|-----------------| +| `0.8.0` | `1.52.0` | | `0.7.0` | `1.52.0` | | `0.6.0` | `1.52.0` | | `0.5.0` | `1.52.0` |