Skip to content

Commit

Permalink
Bump MSRV for deps
Browse files Browse the repository at this point in the history
In particular, we need 1.32 for rust-lang/rust#51994 and
`extern crate std` due to getrandom.
  • Loading branch information
jonhoo committed Sep 16, 2019
1 parent 466d64d commit da83919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ workflows:
jobs:
- linux:
name: openssl
image: 1.31.0-stretch
image: 1.32.0-stretch
- macos:
version: 1.31.0
version: 1.32.0

0 comments on commit da83919

Please sign in to comment.