Skip to content

Commit

Permalink
chore: disable unused features of ipp
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcticLampyrid committed Mar 6, 2024
1 parent de828da commit 8726d9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ http = "1"
http-body = "1"
http-body-util = "0.1"
bytes = "1"
ipp = "5"
ipp = { version = "5", features = ["async"], default-features = false }
num-traits = "0.2"
thiserror = "1.0"
tokio = { version = "1", features = [
Expand All @@ -56,4 +56,4 @@ uuid = "1"

[[example]]
name = "save_as_pdf"
required-features = ["server"]
required-features = ["server", "tokio/fs"]

0 comments on commit 8726d9d

Please sign in to comment.