diff --git a/examples/guide/Cargo.toml b/examples/guide/Cargo.toml index 0b5c8ae..4d8beb9 100644 --- a/examples/guide/Cargo.toml +++ b/examples/guide/Cargo.toml @@ -12,4 +12,4 @@ yew = {git = "https://github.com/yewstack/yew", branch = "web-sys", features = [ yew-router = {path = "../../", features = ["std_web"]} #web_logger = "0.2" log = "0.4.8" -pulldown-cmark = "0.6.1" +pulldown-cmark = "0.7.0"