Skip to content

Commit

Permalink
#22 added CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominux committed Dec 19, 2023
1 parent 92f7cea commit ed2a609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pentaract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ codegen-units = 1
# routing
axum = { version = "0.6.20", features = ["headers", "tracing", "multipart"]}
mime_guess = "2.0.4"
tower = { version = "0.4.13", features = ["limit"] }
tower = { version = "0.4.13", features = ["limit"], default-features = false}
tower-http = { version = "0.4.4", features = ["fs", "trace", "cors"], default_features = false }

# serialization/deserialization
Expand Down

0 comments on commit ed2a609

Please sign in to comment.