From 34b586ab32c8230e47387719fef2da9500ab49ea Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sun, 25 Jul 2021 19:27:47 -0700 Subject: [PATCH] tokio msrv is 1.45.2 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e3c7b97..f868d7f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: rust: stable - build: msrv os: ubuntu-latest - rust: 1.45.0 + rust: 1.45.2 steps: - uses: actions/checkout@master - name: Install Rust