This PR phases out the precompiled per final consensus made in serde-rs#2580 i# Fix a cfg
dtolnay
changed the title
WIP: phase out precompiled
Phase out precompiled
matklad added a commit to matklad/rust-analyzer that referenced this pull request
Sered no longer uses blobs as of serde-rs/serde#2590 As such, there's no longer need for us to pin it. Note that this doesn't upgrade serde version we use: I am fairly confident that the blobs are already there are fine, and now I am fairly confident that all future versions of serde will be fine as well.
uncomfyhalomacro pushed a commit to uncomfyhalomacro/rypper that referenced this pull request
As the consensus was concluded across the rust community, this PR serde-rs/serde#2590 phases out precompiled blobs from serde_derive. Signed-off-by: Soc Virnyl Estela <socvirnyl.estela@gmail.com>
uncomfyhalomacro pushed a commit to uncomfyhalomacro/rypper that referenced this pull request
As the consensus was concluded across the rust community, this PR serde-rs/serde#2590 phases out precompiled blobs from serde_derive. Signed-off-by: Soc Virnyl Estela <socvirnyl.estela@gmail.com>
martin-g added a commit to apache/avro that referenced this pull request
Suggested-at: serde-rs/serde#2590 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
martin-g added a commit to apache/avro that referenced this pull request
Suggested-at: serde-rs/serde#2590 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
martin-g added a commit to apache/avro that referenced this pull request
Suggested-at: serde-rs/serde#2590 Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
bors added a commit to rust-lang/rust-analyzer that referenced this pull request
internal: unpin serde Serde no longer uses blobs as of serde-rs/serde#2590 As such, there's no longer need for us to pin it. Note that this doesn't upgrade serde version we use: I am fairly confident that the blobs are already there are fine, and now I am fairly confident that all future versions of serde will be fine as well.
aDotInTheVoid added a commit to aDotInTheVoid/triphosphate that referenced this pull request