Skip to content

Commit

Permalink
Update MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte committed Dec 1, 2021
1 parent e4228ab commit 71fcd32
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 24 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
rust:
- stable
- beta
- 1.52.0
- 1.56.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
rust:
- stable
- beta
- 1.52.0
- 1.56.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -3,7 +3,7 @@ name = "pixels"
description = "A tiny library providing a GPU-powered pixel frame buffer."
version = "0.8.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
edition = "2021"
repository = "https://github.com/parasyte/pixels"
readme = "README.md"
keywords = ["pixels", "2D", "GPU", "framebuffer"]
Expand Down
1 change: 1 addition & 0 deletions MSRV.md
Expand Up @@ -2,6 +2,7 @@

| `pixels` version | `rustc` version |
|------------------|-----------------|
| `0.9.0` | `1.56.0` |
| `0.8.0` | `1.52.0` |
| `0.7.0` | `1.52.0` |
| `0.6.0` | `1.52.0` |
Expand Down
3 changes: 1 addition & 2 deletions examples/conway/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "conway"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/custom-shader/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "custom-shader"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/imgui-winit/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "imgui-winit"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/invaders/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "invaders"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/minimal-egui/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "minimal-egui"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/minimal-fltk/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "minimal-fltk"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/minimal-sdl2/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "minimal-sdl2"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/minimal-web/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "minimal-web"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/minimal-winit/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "minimal-winit"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
3 changes: 1 addition & 2 deletions examples/raqote-winit/Cargo.toml
Expand Up @@ -2,8 +2,7 @@
name = "raqote-winit"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
resolver = "2"
edition = "2021"
publish = false

[features]
Expand Down
2 changes: 1 addition & 1 deletion internals/pixels-mocks/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "pixels-mocks"
version = "0.1.0"
authors = ["Jay Oster <jay@kodewerx.org>"]
edition = "2018"
edition = "2021"
publish = false

[dependencies]
Expand Down

0 comments on commit 71fcd32

Please sign in to comment.