From 5041359817a8414542d8d5fbdd729d941049b6d3 Mon Sep 17 00:00:00 2001 From: Michael Bryan Date: Mon, 11 Dec 2017 17:36:13 +1100 Subject: [PATCH] Updated the pulldown-cmark patch in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 602154d3..e118bb13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } \ No newline at end of file +pulldown-cmark = { git = "https://github.com/google/pulldown-cmark" }