We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a4f36c + 3ea5d8d commit 3d138ebCopy full SHA for 3d138eb
.circleci/config.yml
@@ -62,10 +62,7 @@ workflows:
62
test:
63
jobs:
64
- linux:
65
- name: openssl-1.1.0
66
- image: 1.26.2-stretch
67
- - linux:
68
- name: openssl-1.0.2
69
- image: 1.26.2-jessie
+ name: openssl
+ image: 1.30.0-stretch
70
- macos:
71
- version: 1.26.2
+ version: 1.30.0
appveyor.yml
@@ -1,5 +1,5 @@
1
environment:
2
- RUST_VERSION: 1.26.2
+ RUST_VERSION: 1.30.0
3
TARGET: x86_64-pc-windows-msvc
4
install:
5
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:TARGET}.exe"
0 commit comments