Skip to content

Commit

Permalink
Fix serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Dec 18, 2024
1 parent 28f4f65 commit 46170d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
miniserve = { path = "../miniserve" }
serde = { workspace = true, features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.121"

0 comments on commit 46170d7

Please sign in to comment.