From 63a20cc9b8e9160fbceb87893e1eb6d49b279918 Mon Sep 17 00:00:00 2001 From: Mendelt Siebenga Date: Sun, 5 Jun 2022 17:04:19 +0200 Subject: [PATCH] update msrv to 1.51 --- .github/workflows/ci.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c3d93b..c07d3f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: rust: - stable - beta - - 1.32 + - 1.51 steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 @@ -58,7 +58,7 @@ jobs: rust: - stable - beta - - 1.32 + - 1.51 steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 diff --git a/Cargo.toml b/Cargo.toml index 49f7df0..042e56d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "midi-types" version = "0.1.1" edition = "2018" -rust-version = "1.32" +rust-version = "1.51" authors = ["Mendelt Siebenga "] license = "MIT/Apache-2.0"