From 39736a6244244bd74456eb94dc0e87a38e542331 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 18 Mar 2021 20:43:58 -0400 Subject: [PATCH] bump ci version 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 7191eb9e..4a95dbe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v2 - uses: sfackler/actions/rustup@master with: - version: 1.45.0 + version: 1.46.0 - run: echo "::set-output name=version::$(rustc --version)" id: rust-version - uses: actions/cache@v1