ci: bump rust version and add rustfmt
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
koalp 2020-09-21 00:27:53 +02:00
parent de187b76af
commit 0a82816272
Signed by: koalp
GPG Key ID: 35B21047DEB09A81

View File

@ -5,9 +5,10 @@ type: docker
steps:
- name: test
image: rust:1.31
image: rust:1.46
pull: true
commands:
- rustup component add rustfmt
- cargo build
- cargo test
- cargo fmt -- --check