We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b157d5e + fce345d commit 42445dbCopy full SHA for 42445db
2 files changed
crates/office2pdf-cli/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "office2pdf-cli"
3
-version = "0.4.0"
+version = "0.5.0"
4
edition.workspace = true
5
rust-version.workspace = true
6
license.workspace = true
@@ -18,7 +18,7 @@ path = "src/main.rs"
18
server = ["tiny_http"]
19
20
[dependencies]
21
-office2pdf = { version = "0.4.0", path = "../office2pdf", features = ["pdf-ops"] }
+office2pdf = { version = "0.5.0", path = "../office2pdf", features = ["pdf-ops"] }
22
anyhow = "1"
23
clap = { version = "4", features = ["derive"] }
24
rayon = "1"
crates/office2pdf/Cargo.toml
name = "office2pdf"
0 commit comments