Skip to content

Commit

Permalink
Prepare release 0.3.0 (#159)
Browse files Browse the repository at this point in the history
* Try to fix CI by updating MSRV

* Prepare release
  • Loading branch information
parasyte committed May 5, 2021
1 parent 9bfed17 commit 316400e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.50.0
- 1.51.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -40,7 +40,7 @@ jobs:
rust:
- stable
- beta
- 1.50.0
- 1.51.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
repository = "https://github.com/parasyte/pixels"
Expand Down
2 changes: 1 addition & 1 deletion MSRV.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 316400e

Please sign in to comment.