Skip to content

Commit 6eeac2f

Browse files
committed
fix: restore local overrides after alef regeneration
1 parent 0dde265 commit 6eeac2f

125 files changed

Lines changed: 44758 additions & 16706 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/html-to-markdown-ffi/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ crate-type = ["cdylib", "staticlib"]
1212
[dependencies]
1313
html-to-markdown-rs = { path = "../html-to-markdown", features = ["full", "metadata", "visitor", "serde", "inline-images"] }
1414
serde_json = "1"
15+
tokio = { version = "1", features = ["full"] }
1516

1617
[build-dependencies]
17-
cbindgen = "0.29"
18+
cbindgen = "0.28"

0 commit comments

Comments
 (0)