1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

upstream schemars

This commit is contained in:
Robin Appelman 2024-05-06 15:15:23 +02:00
commit c2985d13f2
2 changed files with 11 additions and 13 deletions

View file

@ -58,7 +58,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"], optional =
itertools = "0.12.1"
# schema
schemars = { version = "0.8.16", optional = true }
schemars = { version = "0.8.18", optional = true }
# codegen
quote = { version = "1", optional = true }
@ -69,10 +69,6 @@ tempfile = { version = "3", optional = true }
lazy_static = { version = "1", optional = true }
prettyplease = { version = "0.2", optional = true }
[patch.crates-io]
schemars = { git = 'https://github.com/icewind1991/schemars', branch = "simplify-generated-enum-code" }
schemars_derive = { git = 'https://github.com/icewind1991/schemars', branch = "simplify-generated-enum-code" }
[features]
schema = ["schemars", "bitbuffer/schemars"]
trace = ["tracing", "tracing-subscriber"]