Tell ts-rs to no worry about serde tags (#2387)
These build warnings are persistent and they're load-bearing to other code. Signed-off-by: Paul Tagliamonte <paul@zoo.dev>
This commit is contained in:
@ -38,7 +38,7 @@ serde_json = "1.0.116"
|
|||||||
sha2 = "0.10.8"
|
sha2 = "0.10.8"
|
||||||
thiserror = "1.0.60"
|
thiserror = "1.0.60"
|
||||||
toml = "0.8.12"
|
toml = "0.8.12"
|
||||||
ts-rs = { version = "7.1.1", features = ["uuid-impl", "url-impl", "chrono-impl"] }
|
ts-rs = { version = "7.1.1", features = ["uuid-impl", "url-impl", "chrono-impl", "no-serde-warnings"] }
|
||||||
url = { version = "2.5.0", features = ["serde"] }
|
url = { version = "2.5.0", features = ["serde"] }
|
||||||
uuid = { version = "1.8.0", features = ["v4", "js", "serde"] }
|
uuid = { version = "1.8.0", features = ["v4", "js", "serde"] }
|
||||||
validator = { version = "0.18.1", features = ["derive"] }
|
validator = { version = "0.18.1", features = ["derive"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user