diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-07-18 16:54:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-18 10:54:51 -0400 |
commit | da48fa42d309e32684210a8d30ec3fc7ef7079df (patch) | |
tree | 97960f5c2f0dbd0803216a69f636b066691a3c47 | |
parent | 6e34f6a7cca11ba245f0b55c3b956b59948b37b7 (diff) |
chore: update Rust to 1.45.0 (#6791)
-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 e06cdda7d..3d77954b5 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.44.0 + rust-version: 1.45.0 - name: Install rust targets run: | |