Skip to content

Commit

Permalink
Avoid precompiled 'serde_derive' >=1.0.172
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Aug 19, 2023
1 parent 1663bdd commit 317de62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -33,7 +33,7 @@ parking_lot = "0.12"
prometheus = { version = "0.13", optional = true }
rayon = "1.7"
serde = "1.0"
serde_derive = "1.0"
serde_derive = "1.0, <=1.0.171" # avoid precompiled binaries (https://github.com/serde-rs/serde/issues/2538)
serde_json = "1.0"
signal-hook = "0.3"
tiny_http = { version = "0.12", optional = true }
Expand Down

0 comments on commit 317de62

Please sign in to comment.