Skip to content

Commit 0e961fa

Browse files
committed
Bumping Circle to use Rust 1.42.0
subtle was failing on 1.40, then postgres-protocol was failing on 1.41.
1 parent d78c85e commit 0e961fa

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
@@ -26,7 +26,7 @@ version: 2
2626
jobs:
2727
build:
2828
docker:
29-
- image: rust:1.40.0
29+
- image: rust:1.42.0
3030
- image: postgres:12
3131
environment:
3232
POSTGRES_PASSWORD: password

0 commit comments

Comments
 (0)