Skip to content

Commit 994e662

Browse files
authored
Merge pull request #155 from kivikakk/comrak-0-2-2
Latest comrak (0.2.2)
2 parents da2a939 + cda4ddc commit 994e662

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
dist: precise
12
language: rust
23
addons:
34
apt:

Cargo.lock

Lines changed: 20 additions & 10 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ url = "1.4"
2626
libc = "0.2"
2727
badge = { version = "0", path = "src/web/badge" }
2828
error-chain = "0.10"
29-
comrak = { version = "0.1", default-features = false }
29+
comrak = { version = "0.2.2", default-features = false }
3030
toml = "0.4"
3131

3232
# iron dependencies

0 commit comments

Comments
 (0)