Prepare release 0.3.0 (#159)

* Try to fix CI by updating MSRV

* Prepare release
This commit is contained in:
Jay Oster 2021-05-05 00:48:25 -07:00 committed by GitHub
parent 9bfed17a7f
commit 316400e6e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
rust: rust:
- stable - stable
- beta - beta
- 1.50.0 - 1.51.0
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v2 uses: actions/checkout@v2
@ -40,7 +40,7 @@ jobs:
rust: rust:
- stable - stable
- beta - beta
- 1.50.0 - 1.51.0
steps: steps:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v2 uses: actions/checkout@v2

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pixels" name = "pixels"
description = "A tiny library providing a GPU-powered pixel frame buffer." description = "A tiny library providing a GPU-powered pixel frame buffer."
version = "0.2.0" version = "0.3.0"
authors = ["Jay Oster <jay@kodewerx.org>"] authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018" edition = "2018"
repository = "https://github.com/parasyte/pixels" repository = "https://github.com/parasyte/pixels"

View file

@ -2,7 +2,7 @@
| `pixels` version | `rustc` version | | `pixels` version | `rustc` version |
|------------------|-----------------| |------------------|-----------------|
| `0.3.0` | `1.50.0` | | `0.3.0` | `1.51.0` |
| `0.2.0` | `1.41.0` | | `0.2.0` | `1.41.0` |
| `0.1.0` | `1.41.0` | | `0.1.0` | `1.41.0` |
| `0.0.4` | `1.40.0` | | `0.0.4` | `1.40.0` |