Skip to content

Commit 0d18af6

Browse files
chore(release): v0.9.1 [skip ci]
1 parent 3ed450c commit 0d18af6

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
]
2020

2121
[workspace.package]
22-
version = "0.9.0"
22+
version = "0.9.1"
2323
edition = "2021"
2424
license = "MIT"
2525
repository = "https://github.com/artiz/fleischwolf"

crates/fleischwolf-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ name = "fleischwolf"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
fleischwolf = { path = "../fleischwolf", version = "0.9.0" }
19+
fleischwolf = { path = "../fleischwolf", version = "0.9.1" }

crates/fleischwolf-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ publish = false
2828
crate-type = ["cdylib"]
2929

3030
[dependencies]
31-
fleischwolf = { path = "../fleischwolf", version = "0.9.0" }
31+
fleischwolf = { path = "../fleischwolf", version = "0.9.1" }
3232
# Node-API bindings. `napi4` enables threadsafe functions, used for streaming.
3333
napi = { version = "2", default-features = false, features = ["napi4"] }
3434
napi-derive = "2"

crates/fleischwolf-pdf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories.workspace = true
1313
rust-version = "1.82"
1414

1515
[dependencies]
16-
fleischwolf-core = { path = "../fleischwolf-core", version = "0.9.0" }
16+
fleischwolf-core = { path = "../fleischwolf-core", version = "0.9.1" }
1717
pdfium-render = "0.8"
1818
ort = { version = "2.0.0-rc.12", default-features = false, features = ["std", "download-binaries", "tls-rustls"] }
1919
image = "0.25"

crates/fleischwolf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ exclude = ["tests", "benches"]
1818
[dependencies]
1919
calamine = { version = "0.26", features = ["dates"] }
2020
csv = "1.4.0"
21-
fleischwolf-core = { path = "../fleischwolf-core", version = "0.9.0" }
22-
fleischwolf-pdf = { path = "../fleischwolf-pdf", version = "0.9.0" }
21+
fleischwolf-core = { path = "../fleischwolf-core", version = "0.9.1" }
22+
fleischwolf-pdf = { path = "../fleischwolf-pdf", version = "0.9.1" }
2323
image = { version = "0.25", default-features = false, features = ["png", "jpeg", "gif", "bmp", "tiff", "webp"] }
2424
mail-parser = "0.11"
2525
pulldown-cmark = { version = "0.13.4", default-features = false }

0 commit comments

Comments
 (0)