Skip to content

Commit

Permalink
bump minimum supported rust version to 1.62.1
Browse files Browse the repository at this point in the history
needed for optional defmt dependency
  • Loading branch information
mendelt committed Apr 9, 2023
1 parent 0cb5a44 commit beefdd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
rust:
- stable
- beta
- 1.56.0
- 1.62.1
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
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.6"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.62.1"

authors = [
"Mendelt Siebenga <[email protected]>",
Expand Down

0 comments on commit beefdd4

Please sign in to comment.