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.
1 parent bf2eacc commit 466d64dCopy full SHA for 466d64d
.circleci/config.yml
@@ -63,6 +63,6 @@ workflows:
63
jobs:
64
- linux:
65
name: openssl
66
- image: 1.30.0-stretch
+ image: 1.31.0-stretch
67
- macos:
68
- version: 1.30.0
+ version: 1.31.0
appveyor.yml
@@ -1,5 +1,5 @@
1
environment:
2
- RUST_VERSION: 1.31.0
+ RUST_VERSION: 1.32.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