Skip to content

Commit

Permalink
Fix serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Jul 30, 2024
1 parent 9563783 commit bf3156c
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 bf3156c

Please sign in to comment.