Skip to content

Commit

Permalink
deps: Fix problematic serde by pinning to <= 1.0.171 (#546)
Browse files Browse the repository at this point in the history
See: serde-rs/serde#2538

Apparently, `serde_derive` has been shipping a [non-reproducible
binary](serde-rs/serde#2538 (comment)).

The maintainer has also given [vague

reasons](serde-rs/serde#2538 (comment))
for why they want the newer releases to use a precompiled binary.
Supposedly, it helps with build time, but IMO that can't be a good
enough reason to ship a precompiled binary with.

Let's pin this until they decide to provide more clarity, since the
future of the project/library seems uncertain.
  • Loading branch information
eightfilms authored Aug 20, 2023
1 parent f15bbf0 commit 9bb636e
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 70 deletions.
138 changes: 69 additions & 69 deletions Cargo.lock

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

Loading

0 comments on commit 9bb636e

Please sign in to comment.