summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9a09c6ad..37e8565b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,7 +63,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
- run: rustup update --no-self-update 1.34.0 && rustup default 1.34.0
+ run: rustup update --no-self-update 1.36.0 && rustup default 1.36.0
- name: Get rust version
id: rust-version
run: echo "::set-output name=version::$(rustc --version)"