Skip to content

Commit

Permalink
chore(deps): drop better serde error message patch
Browse files Browse the repository at this point in the history
Our `serde_derive` fork for better error messages when deserializing
untagged enums does no longer build fine, and troubleshooting that has a
significant maintenance cost. Let's drop that patch and explore the
better-supported alternative of using custom visitors, preferably after
getting some kind of resolution to
jonasbb/serde_with#635.
  • Loading branch information
AlexTMjugador committed Aug 4, 2023
1 parent b9e4472 commit 40a1959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ glsl-lang-types = { git = "https://github.com/ComunidadAylas/glsl-lang" }
# the changes were authored by jbreitbart.
# Related PR: https://github.com/rbranson/rust-mmap/pull/13
mmap = { git = "https://github.com/ComunidadAylas/rust-mmap" }
# Use a patch of the serde_derive crate with PR #1544 merged, which greatly improves error
# messages when deserializing data, including options files.
# See: https://github.com/serde-rs/serde/pull/1544
serde_derive = { git = "https://github.com/ComunidadAylas/serde", branch = "master" }

[profile.release]
opt-level = 3
Expand Down

0 comments on commit 40a1959

Please sign in to comment.