Skip to content

Commit

Permalink
fix: depend on derive feature of serde
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Feb 13, 2024
1 parent b154f37 commit ea36f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_networking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ once_cell = { workspace = true }
reqwest = { workspace = true }
reqwest-middleware = { workspace = true }
retry-policies = { workspace = true }
serde = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
task-local-extensions = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit ea36f12

Please sign in to comment.