Skip to content

Commit 081e406

Browse files
Keatsboydgreenfield
authored andcommitted
Update circleci rust version
1 parent 5d867f7 commit 081e406

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/rust:1.34
5+
- image: circleci/rust:1.40
66
steps:
77
- checkout
88
- run:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
target
22
Cargo.lock
33
.DS_Store
4+
.idea/

0 commit comments

Comments
 (0)