Skip to content

Commit

Permalink
feat: require rust 1.59 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jun 5, 2022
1 parent 829cb42 commit d13efc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Expand Up @@ -9,9 +9,9 @@ on:
workflow_dispatch:

env:
RUST_VERSION: 1.58.0
RUST_VERSION: 1.59.0
CARGO_INCREMENTAL: 0
RUSTFLAGS: '-D warnings'
RUSTFLAGS: "-D warnings"

jobs:
test:
Expand All @@ -27,7 +27,6 @@ jobs:
override: true
profile: minimal

- run: cargo update -p async-global-executor --precise 2.0.4
- run: cargo check --all-targets
- run: cargo test --no-default-features
- run: cargo test
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "benimator"
version = "0.0.0-dev"
edition = "2021"
rust-version = "1.58"
rust-version = "1.59"
authors = ["Jonathan Cornaz"]
license = "Unlicense OR MIT"
description = "A sprite sheet animation plugin for Bevy"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -80,7 +80,7 @@ benimator = "3"

## MSRV

The minimum supported rust version is currently: `1.58`
The minimum supported rust version is currently: `1.59`

**It *may* be increased to a newer stable version in a minor release.** (but only if needed)

Expand Down

0 comments on commit d13efc0

Please sign in to comment.