Skip to content

Commit 466d64d

Browse files
committed
Bump MSRV for circleci too
1 parent bf2eacc commit 466d64d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ workflows:
6363
jobs:
6464
- linux:
6565
name: openssl
66-
image: 1.30.0-stretch
66+
image: 1.31.0-stretch
6767
- macos:
68-
version: 1.30.0
68+
version: 1.31.0

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
environment:
2-
RUST_VERSION: 1.31.0
2+
RUST_VERSION: 1.32.0
33
TARGET: x86_64-pc-windows-msvc
44
install:
55
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:RUST_VERSION}-${env:TARGET}.exe"

0 commit comments

Comments
 (0)