Skip to content

Commit

Permalink
update msrv to 1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelt committed Jun 5, 2022
1 parent 6197283 commit 63a20cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
rust:
- stable
- beta
- 1.32
- 1.51
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -58,7 +58,7 @@ jobs:
rust:
- stable
- beta
- 1.32
- 1.51
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
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 = "midi-types"
version = "0.1.1"
edition = "2018"
rust-version = "1.32"
rust-version = "1.51"

authors = ["Mendelt Siebenga <[email protected]>"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 63a20cc

Please sign in to comment.