From 9813802b3e224660f8efe51761169fb14573c4b0 Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Fri, 28 May 2021 22:59:56 +0800 Subject: [PATCH] bump msrv to 1.45 as handlebars 4.0 requires --- .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 50832060..9e3c7b97 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.42.0 + rust: 1.45.0 steps: - uses: actions/checkout@master - name: Install Rust