From b7e01422d4d79da268753c1e11c9924198740d8b Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 1 Sep 2021 21:06:17 -0700 Subject: [PATCH] Prepare 0.6.0 (#191) --- Cargo.toml | 2 +- MSRV.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f96147d..f63aba0 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 281d8e7..0ea0b1c 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` |