Skip to content

Commit

Permalink
Use Rust 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
mozamimy committed Jun 2, 2019
1 parent b8da071 commit 72622dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
executors:
default:
docker:
- image: 'rust:1.34-stretch'
- image: 'rust:1.35-stretch'
environment:
MAKE_LIBSASS_JOBS: '4'
BUILD_JOBS: '4'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.34-stretch as builder
FROM rust:1.35-stretch as builder

RUN mkdir -p /build/src
RUN echo 'fn main() {}' > /build/src/main.rs
Expand Down

0 comments on commit 72622dd

Please sign in to comment.