Skip to content

Commit

Permalink
chore: switch to serde_derive dependency instead of serde/derive
Browse files Browse the repository at this point in the history
…feature for faster build times
  • Loading branch information
azasypkin committed Mar 1, 2024
1 parent 2e15457 commit db19b34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 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 @@ -43,6 +43,7 @@ reqwest = { version = "0.11.24", default-features = false }
rust-embed = "8.2.0"
serde = "1.0.197"
serde_bytes = "0.11.14"
serde_derive = "1.0.197"
serde_json = "1.0.114"
serde_repr = "0.1.18"
serde_with = "3.6.1"
Expand Down Expand Up @@ -89,7 +90,6 @@ default = [
"rand_core/std",
"reqwest/json",
"reqwest/rustls-native-certs",
"serde/derive",
"serde_json/arbitrary_precision",
"serde_with/time_0_3",
"sqlx/json",
Expand Down

0 comments on commit db19b34

Please sign in to comment.