Add serde version constraint

This commit is contained in:
David Tolnay 2025-09-14 08:48:39 -07:00
parent fc27bafbf7
commit 23679e2b9d
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -18,6 +18,9 @@ memchr = { version = "2", default-features = false }
ryu = "1.0"
serde_core = { version = "1.0.220", default-features = false }
[target.'cfg(any())'.dependencies]
serde = { version = "1.0.220", default-features = false }
[dev-dependencies]
automod = "1.0.11"
indoc = "2.0.2"