diff options
| author | Vincent Prouillet | 2020-04-12 18:03:19 +0200 |
|---|---|---|
| committer | Vincent Prouillet | 2020-04-12 18:03:27 +0200 |
| commit | f125853be305688155eddc22257954e698d935e5 (patch) | |
| tree | 618f8c3bf1163aef484a69aace1e3647a699024b /.github | |
| parent | 905ac6fdbf246a5afd95aad8a3ab1dafbc7b619e (diff) | |
| download | validator-f125853be305688155eddc22257954e698d935e5.tar.bz2 | |
Fix CI
Diffstat (limited to '.github')
| -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 3212907..8aa2c52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: include: - build: pinned os: ubuntu-18.04 - rust: 1.33.0 + rust: 1.36.0 - build: stable os: ubuntu-18.04 rust: stable |
