Skip to content

Commit

Permalink
PDF lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed May 26, 2024
1 parent 7de3f98 commit 7ead7e6
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 62 deletions.
145 changes: 85 additions & 60 deletions lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2"
js-sys = "0.3.49"
pdf-extract = "0.7.2"
pdf-extract = "0.7.7"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-text-extract",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"private": true,
"description": "The core library for Obsidian Text Extractor plugin",
Expand Down

0 comments on commit 7ead7e6

Please sign in to comment.