diff options
| author | Andy Hayden <andyhayden1@gmail.com> | 2019-10-03 06:16:06 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-10-03 09:16:06 -0400 |
| commit | f7bbd71e219e61dd13bf4533d249150d39f4338e (patch) | |
| tree | f7536dbc71f9ce7532177aea0adcb2fa65ba6d79 /.github | |
| parent | e6e79771998f2488fe9559f1f92344501a10f8f6 (diff) | |
Update rust to 1.38.0 (#3030)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bcf8ff21..fc17b23f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Install rust uses: hecrj/setup-rust-action@v1 with: - rust-version: "1.37.0" + rust-version: "1.38.0" - name: Install python uses: actions/setup-python@v1 |
