diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-08-07 21:16:59 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-08-08 21:23:20 +0200 |
commit | 694bd9092ce667dda9db50b2a353e838afc5d40e (patch) | |
tree | 7031ab1c7d5ef8fa760c61b61fef34140893c541 | |
parent | 165928d5dc33d3c0a1ac72bae059885b47cb558e (diff) |
upgrade: rust 1.45.2 (#6980)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4e566ff3..69ccecc73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: 1.45.0 + rust-version: 1.45.2 - name: Install rust targets run: | |