Skip to content

Commit

Permalink
chore!: require rust 1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jan 19, 2022
1 parent 76a6306 commit 8acb6d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- '*'

env:
RUST_VERSION: 1.57.0
RUST_VERSION: 1.58.0
RUSTFLAGS: "-D warnings"
RUSTDOCFLAGS: "-D warnings"

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 = "1.1.0"
edition = "2021"
rust-version = "1.57"
rust-version = "1.58"
authors = ["Jonathan Cornaz"]
license = "Unlicense OR MIT"
description = "A sprite sheet animation plugin for Bevy"
Expand Down

0 comments on commit 8acb6d2

Please sign in to comment.