From 2d9a5c44f0eb7308c49845d00501f55278d2d893 Mon Sep 17 00:00:00 2001 From: Matt Wilkinson Date: Thu, 16 Sep 2021 17:06:16 -0400 Subject: [PATCH] move MSRV to 1.46 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3ab3cb5..a2140ace 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] env: - minrust: 1.41.0 + minrust: 1.46.0 jobs: test: