Skip to content

Commit 596d75a

Browse files
committed
Remove pulldown-cmark from dependencies
1 parent daa1714 commit 596d75a

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@ iron = "0.3.0"
2424
router = "0.1.1"
2525
staticfile = { version = "0.2.0", features = [ "cache" ] }
2626
handlebars-iron = "0.15.2"
27-
pulldown-cmark = "0.0.8"
2827
r2d2 = "0.7.0"
2928
r2d2_postgres = "0.10.1"
3029
url = "1.1.1"
3130
params = "0.2.2"
3231
libc = "0.2"
3332
hoedown = "5.0"
34-
35-
[dependencies.badge]
36-
path = "src/web/badge"
37-
version = "0"
33+
badge = { version = "0", path = "src/web/badge" }
3834

3935
[dependencies.cargo]
4036
git = "https://github.com/rust-lang/cargo.git"

0 commit comments

Comments
 (0)