diff --git a/Cargo.toml b/Cargo.toml index f96147dd..f63aba0a 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.5.0" +version = "0.6.0" authors = ["Jay Oster "] edition = "2018" repository = "https://github.com/parasyte/pixels" diff --git a/MSRV.md b/MSRV.md index 281d8e7f..0ea0b1c2 100644 --- a/MSRV.md +++ b/MSRV.md @@ -2,6 +2,7 @@ | `pixels` version | `rustc` version | |------------------|-----------------| +| `0.6.0` | `1.52.0` | | `0.5.0` | `1.52.0` | | `0.4.0` | `1.52.0` | | `0.3.0` | `1.51.0` |