Skip to content

Commit

Permalink
Bump required Rust version to 1.32
Browse files Browse the repository at this point in the history
Apparently not declaring extern crates only works since 1.32
  • Loading branch information
rnestler committed Aug 17, 2020
1 parent 12444e3 commit 2ea9ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: rust:1.31.1
- image: rust:1.32.0
steps:
- checkout

Expand Down

0 comments on commit 2ea9ce3

Please sign in to comment.