Skip to content

Commit

Permalink
Legacy Generator: Pin Serde to 1.0.171
Browse files Browse the repository at this point in the history
Pin serde to the last release before downloading binaries was introduced.

This is only relevant for the legacy generator and does not affect users
that are not using the legacy generator.
  • Loading branch information
jschwe committed Aug 20, 2023
1 parent 19a288a commit 7b51951
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
29 changes: 15 additions & 14 deletions generator/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ edition = "2018"

[dependencies]
cargo_metadata = "0.15"
# See https://github.com/serde-rs/serde/issues/2538#issuecomment-1684517372 for why we pin serde
serde = { version = "1, < 1.0.172", features = ["derive"] }

[dependencies.clap]
version = "2.34"
Expand Down

0 comments on commit 7b51951

Please sign in to comment.