Prepare 0.6.0 (#191)
This commit is contained in:
parent
b00c65fc55
commit
b7e01422d4
2 changed files with 2 additions and 1 deletions
|
@ -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 <jay@kodewerx.org>"]
|
||||
edition = "2018"
|
||||
repository = "https://github.com/parasyte/pixels"
|
||||
|
|
1
MSRV.md
1
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` |
|
||||
|
|
Loading…
Add table
Reference in a new issue