Skip to content

Commit

Permalink
Enable appropriate derive_more features
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Aug 12, 2024
1 parent c484d41 commit c153b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ axum = { version = "0.7.5" }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
clap = { version = "4.5.15", features = ["derive", "env"] }
clio = { version = "0.3.5", features = ["clap-parse"] }
derive_more = { version = "1.0.0" }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
dotenvy = { version = "0.15.7" }
flate2 = { version = "1.0.31" }
headers = { version = "0.4.0" }
Expand Down

0 comments on commit c153b99

Please sign in to comment.