Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
ignored-paths = [
# Runnable examples — not declared as [[example]] targets because they use
# `cargo run --manifest-path examples/rust/.../Cargo.toml` pattern.
"examples/rust/*/main.rs",

Check warning on line 35 in Cargo.toml

View workflow job for this annotation

GitHub Actions / Unused deps (cargo-shear)

shear/redundant_ignore_path

redundant ignored paths pattern `examples/rust/*/main.rs` (remove from ignored paths list)
# Placeholder modules kept disabled for future work (see src/pipeline/mod.rs)
"src/pipeline/input_parsers/mod.rs",
"src/structure/builder.rs",
Expand Down Expand Up @@ -289,7 +289,7 @@
barcoders = { version = "2.0", optional = true, features = ["image"] }

# Office document creation and export via office_oxide (always required)
office_oxide = { version = "0.1.6", default-features = false }
office_oxide = { version = "0.1.7", default-features = false }
x509-tsp = { version = "0.1", optional = true }
ureq = { version = "3", default-features = false, features = ["rustls"], optional = true }
cmpv2 = { version = "0.2", optional = true }
Expand Down
Loading