Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50e17ac

Browse files
committed
generic-array requires Rust 1.20; 1.23 is out so N-2 is fine
1 parent 91090ef commit 50e17ac

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
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
working_directory: ~/build
2929
docker:
30-
- image: rust:1.19.0
30+
- image: rust:1.20.0
3131
environment:
3232
RUSTFLAGS: -D warnings
3333
- image: sfackler/rust-postgres-test:3

0 commit comments

Comments
 (0)