From ac475d315c839b4bf406da988fc118ee42c46a5e Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 27 Nov 2020 08:43:49 -0800 Subject: [PATCH] Pin down Rust toolchain (#1719) Summary: To make sure we're staying in sync with the internal version. Requires some more manual updating, but even if we do this every couple of months, it should be fine. Pull Request resolved: https://github.com/facebook/flipper/pull/1719 Test Plan: CI Reviewed By: nikoant Differential Revision: D25195565 Pulled By: passy fbshipit-source-id: 763a9d877a20659e91c8b77d0900b999e5f630d3 --- .github/workflows/packer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packer.yml b/.github/workflows/packer.yml index e0a5554d4..ab4e87bc7 100644 --- a/.github/workflows/packer.yml +++ b/.github/workflows/packer.yml @@ -11,7 +11,7 @@ jobs: - name: Setup toolchain uses: actions-rs/toolchain@v1 with: - toolchain: stable + toolchain: 1.48.0 - name: Test run: cd packer && cargo test - name: Format