Skip to content

Commit 832649e

Browse files
committed
Update rust to match darklang/dark
See also, test failures in https://app.circleci.com/jobs/github/darklang/dark-cli/206 from "use of unstable library feature".
1 parent b235dcc commit 832649e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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.34.2-stretch
5+
- image: circleci/rust:1.40.0-stretch
66
steps:
77
- checkout
88
- run:
@@ -32,7 +32,7 @@ jobs:
3232
- target
3333
build:
3434
docker:
35-
- image: circleci/rust:1.34.2-stretch
35+
- image: circleci/rust:1.40.0-stretch
3636
steps:
3737
- checkout
3838
- run:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM circleci/rust:1.34.2-stretch
1+
FROM circleci/rust:1.40.0-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.34.2
1+
1.40.0

0 commit comments

Comments
 (0)