From 316400e6e0fa214dba442a8b1173307cc96294da Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Wed, 5 May 2021 00:48:25 -0700 Subject: [PATCH] Prepare release 0.3.0 (#159) * Try to fix CI by updating MSRV * Prepare release --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- MSRV.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d5479..5d09542 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: rust: - stable - beta - - 1.50.0 + - 1.51.0 steps: - name: Checkout sources uses: actions/checkout@v2 @@ -40,7 +40,7 @@ jobs: rust: - stable - beta - - 1.50.0 + - 1.51.0 steps: - name: Checkout sources uses: actions/checkout@v2 diff --git a/Cargo.toml b/Cargo.toml index 5f5bd37..adaad50 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.2.0" +version = "0.3.0" authors = ["Jay Oster "] edition = "2018" repository = "https://github.com/parasyte/pixels" diff --git a/MSRV.md b/MSRV.md index a198703..c9dde64 100644 --- a/MSRV.md +++ b/MSRV.md @@ -2,7 +2,7 @@ | `pixels` version | `rustc` version | |------------------|-----------------| -| `0.3.0` | `1.50.0` | +| `0.3.0` | `1.51.0` | | `0.2.0` | `1.41.0` | | `0.1.0` | `1.41.0` | | `0.0.4` | `1.40.0` |