diff options
author | Steven Fackler <sfackler@gmail.com> | 2020-11-12 20:48:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 20:48:06 -0500 |
commit | 60f0ae508dcc97a16f25fdd281fc5ac7a9f6675b (patch) | |
tree | 217e54f9060c78e333634fad99a2ca873c85a296 /.github/workflows/ci.yml | |
parent | f958176b880cd9bf911776ed00af2a642c076faa (diff) | |
download | rust-openssl-60f0ae508dcc97a16f25fdd281fc5ac7a9f6675b.zip |
Bump min version
Diffstat (limited to '.github/workflows/ci.yml')
-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 fdcf1087..7bce85f5 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 1.31.0 && rustup default 1.31.0 + run: rustup update 1.34.0 && rustup default 1.34.0 - name: Get rust version id: rust-version run: echo "::set-output name=version::$(rustc --version)" |