Skip to content

Commit b7f8540

Browse files
committed
Fixed MSRV in readme
1 parent b43b8f6 commit b7f8540

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.2] - 2021-12-13
6+
7+
### Changed
8+
9+
- Updated MSRV in README.
10+
511
## [0.5.1] - 2021-12-13
612

713
### Added

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "pix-engine"
1010
repository = "https://github.com/lukexor/pix-engine.git"
1111
resolver = "2"
12-
version = "0.5.1"
12+
version = "0.5.2"
1313
exclude = ["/images"]
1414

1515
[package.metadata]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ drive real applications. The [Tetanes][] [NES][] emulator, for example uses
2727

2828
## Minimum Supported Rust Version
2929

30-
The current minimum Rust version is `1.56.1`.
30+
The current minimum Rust version is `1.57.0`.
3131

3232
## Getting Started
3333

0 commit comments

Comments
 (0)