Skip to content

Commit d6163c0

Browse files
committed
Switch off nightly in CI
1 parent b425a28 commit d6163c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ version: 2
2222
jobs:
2323
build:
2424
docker:
25-
- image: rustlang/rust:nightly
25+
- image: rust:1.39.0
2626
environment:
2727
RUSTFLAGS: -D warnings
2828
- image: sfackler/rust-postgres-test:5

0 commit comments

Comments
 (0)