Skip to content

Commit 97b8b0a

Browse files
authored
Merge pull request #177 from srijs/upstream-changes-to-badge-crate
Upstream changes to badge crate
2 parents 990fa3a + cd6c097 commit 97b8b0a

File tree

3 files changed

+96
-82
lines changed

3 files changed

+96
-82
lines changed

Cargo.lock

Lines changed: 81 additions & 76 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "badge"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Simple badge generator"
55
authors = ["Onur Aslan <[email protected]>"]
66
license-file = "LICENSE"
@@ -11,4 +11,5 @@ documentation = "https://docs.rs/badge"
1111
path = "badge.rs"
1212

1313
[dependencies]
14-
rusttype = "0.2.1"
14+
base64 = "0.9.0"
15+
rusttype = "0.4.0"

0 commit comments

Comments
 (0)