Skip to content

Commit

Permalink
chore(deps): Bump MSRV to 1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Dec 4, 2021
1 parent a4b9548 commit dbed43c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
rust:
- '1.56.0'
- '1.57.0'

steps:
- name: Checkout repository
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: '1.56.0'
toolchain: '1.57.0'
override: true
components: clippy, rustfmt

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: '1.56.0'
toolchain: '1.57.0'
override: true
profile: minimal

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install rust toolchain
uses: actions-rs/toolchain@v1.0.7
with:
toolchain: '1.56.0'
toolchain: '1.57.0'
override: true

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The format is inspired from [Keep a Changelog], and this project adheres to [Sem

### Breaking changes

* The minimum supported rust version is now `1.56`
* The minimum supported rust version is now `1.57`


## [0.3.1] - 2021-08-02
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "benimator"
version = "0.3.1"
edition = "2021"
rust-version = "1.56"
rust-version = "1.57"
authors = ["Jonathan Cornaz"]
license = "Unlicense OR MIT"
description = "A sprite sheet animation plugin for Bevy"
Expand Down

0 comments on commit dbed43c

Please sign in to comment.