Merge pull request #2974 from dtolnay/patchserdecore

Patch serde_core at workspace level
This commit is contained in:
David Tolnay 2025-09-13 17:04:36 -07:00 committed by GitHub
commit 9cf3f2ed7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,6 +10,7 @@ resolver = "2"
[patch.crates-io]
serde = { path = "serde" }
serde_core = { path = "serde_core" }
[workspace.dependencies]
proc-macro2 = { version = "1.0.74", default-features = false }