File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ test = false
1212[dependencies ]
1313tauri-bindgen-core.workspace = true
1414heck.workspace = true
15- pulldown-cmark = { version = " 0.9 " , default-features = false }
15+ pulldown-cmark = { version = " 0.10 " , default-features = false }
1616clap = { workspace = true , optional = true }
1717wit-parser.workspace = true
1818log.workspace = true
Original file line number Diff line number Diff line change @@ -20,4 +20,4 @@ tauri-bindgen-gen-guest-rust = { path = "../crates/gen-guest-rust" }
2020tauri-bindgen-gen-guest-ts = { path = " ../crates/gen-guest-ts" }
2121tauri-bindgen-gen-guest-js = { path = " ../crates/gen-guest-js" }
2222wit-parser = { path = " ../crates/wit-parser" }
23- pulldown-cmark = { version = " 0.9 " , default-features = false }
23+ pulldown-cmark = { version = " 0.10 " , default-features = false }
You can’t perform that action at this time.
0 commit comments