diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0409b7..e4fcaae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: rust: - stable - beta - - 1.56.0 + - 1.62.1 steps: - uses: actions/checkout@v3 - uses: dtolnay/rust-toolchain@master diff --git a/Cargo.toml b/Cargo.toml index bbaeb69..94a06b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ",