Skip to content

Commit 2877113

Browse files
committed
update rust to 1.34.2-stretch to avoid renaming imports with _ is unstable in mime_guess
1 parent 15ba29f commit 2877113

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/rust:1.32.0-stretch
5+
- image: circleci/rust:1.34.2-stretch
66
steps:
77
- checkout
88
- run:
@@ -32,7 +32,7 @@ jobs:
3232
- target
3333
build:
3434
docker:
35-
- image: circleci/rust:1.32.0-stretch
35+
- image: circleci/rust:1.34.2-stretch
3636
steps:
3737
- checkout
3838
- run:

Cargo.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM circleci/rust:1.32.0-stretch
1+
FROM circleci/rust:1.34.2-stretch
22

33
ENV DEBIAN_FRONTEND noninteractive
44

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.32.0
1+
1.34.2

0 commit comments

Comments
 (0)