diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2020-08-29 12:07:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 18:07:44 +0200 |
commit | e27fb301179a8c0b107f46f7ba17e88ea4017bf5 (patch) | |
tree | d3e51db866a66157ffcbeb8962b5a3abcb8bfb4c | |
parent | 58c83b671bbe3f46edbf3442ec88495d36357bfe (diff) |
upgrade: rust 1.46.0 (#7251)
-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 27005a094..c172b7581 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.2 + rust-version: 1.46.0 - name: Install rust targets run: | |