Merge pull request #907 from lzutao/lock

Update Cargo.lock
This commit is contained in:
Dylan DPC 2019-05-05 22:57:41 +02:00 committed by GitHub
commit 6380526e93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 579 additions and 538 deletions

1114
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,8 @@ ammonia = { version = "1.1", optional = true }
select = "0.4"
pretty_assertions = "0.5"
walkdir = "2.0"
pulldown-cmark-to-cmark = "1.1.0"
# FIXME(issue #898)
pulldown-cmark-to-cmark = "=1.1.0"
[features]
default = ["output", "watch", "serve", "search"]