File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ test = false
12
12
[dependencies ]
13
13
tauri-bindgen-core.workspace = true
14
14
heck.workspace = true
15
- pulldown-cmark = { version = " 0.9 " , default-features = false }
15
+ pulldown-cmark = { version = " 0.13 " , default-features = false }
16
16
clap = { workspace = true , optional = true }
17
17
wit-parser.workspace = true
18
18
log.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" }
20
20
tauri-bindgen-gen-guest-ts = { path = " ../crates/gen-guest-ts" }
21
21
tauri-bindgen-gen-guest-js = { path = " ../crates/gen-guest-js" }
22
22
wit-parser = { path = " ../crates/wit-parser" }
23
- pulldown-cmark = { version = " 0.9 " , default-features = false }
23
+ pulldown-cmark = { version = " 0.13 " , default-features = false }
You can’t perform that action at this time.
0 commit comments