From fa03a61fa3a695beadb1a262553da28b8634470b Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Tue, 16 Nov 2021 12:13:40 -0800 Subject: [PATCH] Prepare 0.8.0 (#227) --- Cargo.toml | 2 +- MSRV.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75402d29..f6729e60 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 aae143a6..45d1261a 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` |