Update rusttype and run cargo update

This commit is contained in:
Emil Ernerfeldt 2019-11-02 10:15:06 +01:00
parent be8eb02b3f
commit be23d66f9e
3 changed files with 347 additions and 557 deletions

901
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,7 @@
#!/bin/bash
set -eu
cargo fmt --all -- --check
cargo check --all-features
cargo clippy

View file

@ -8,6 +8,6 @@ edition = "2018"
[dependencies]
# palette = "0.4"
rusttype = "0.7"
rusttype = "0.8"
serde = "1"
serde_derive = "1"