Skip to content

Commit a208d85

Browse files
committed
Update rusttype dependecy version in badge crate
Old version of rusttype depends on a really old version of ndarray and doesn't work on latest nightly. Updating rusttype version is fixing this problem.
1 parent 6cc1cbf commit a208d85

File tree

2 files changed

+7
-25
lines changed

2 files changed

+7
-25
lines changed

Cargo.lock

Lines changed: 6 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/web/badge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ documentation = "https://docs.rs/badge"
1111
path = "badge.rs"
1212

1313
[dependencies]
14-
rusttype = "0.2.0"
14+
rusttype = "0.2.1"

0 commit comments

Comments
 (0)