Update rusttype and run cargo update
This commit is contained in:
parent
be8eb02b3f
commit
be23d66f9e
3 changed files with 347 additions and 557 deletions
901
Cargo.lock
generated
901
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
cargo fmt --all -- --check
|
||||
cargo check --all-features
|
||||
cargo clippy
|
||||
|
||||
|
|
|
@ -8,6 +8,6 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
# palette = "0.4"
|
||||
rusttype = "0.7"
|
||||
rusttype = "0.8"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
|
|
Loading…
Reference in a new issue