Updated the pulldown-cmark patch in Cargo.toml

This commit is contained in:
Michael Bryan 2017-12-11 17:36:13 +11:00
parent ff9e0b0add
commit 5041359817
No known key found for this signature in database
GPG key ID: E9C602B0D9A998DC

View file

@ -63,4 +63,4 @@ name = "mdbook"
path = "src/bin/mdbook.rs"
[patch.crates-io]
pulldown-cmark = { git = "https://github.com/Michael-F-Bryan/pulldown-cmark", branch = "derives" }
pulldown-cmark = { git = "https://github.com/google/pulldown-cmark" }