mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
schemars from git
This commit is contained in:
parent
a732a11bc5
commit
198ce2f451
2 changed files with 5 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -959,6 +959,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "schemars"
|
||||
version = "0.8.16"
|
||||
source = "git+https://github.com/icewind1991/schemars?branch=simplify-generated-enum-code#1a82a9f045bc0b1ebd7e9466877ffbb7d45a6eef"
|
||||
dependencies = [
|
||||
"dyn-clone",
|
||||
"schemars_derive",
|
||||
|
|
@ -969,6 +970,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "schemars_derive"
|
||||
version = "0.8.16"
|
||||
source = "git+https://github.com/icewind1991/schemars?branch=simplify-generated-enum-code#1a82a9f045bc0b1ebd7e9466877ffbb7d45a6eef"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
|
@ -1182,7 +1184,7 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
|
|||
|
||||
[[package]]
|
||||
name = "tf-demo-parser"
|
||||
version = "0.5.0"
|
||||
version = "0.5.1"
|
||||
dependencies = [
|
||||
"Inflector",
|
||||
"better-panic",
|
||||
|
|
|
|||
|
|
@ -69,8 +69,8 @@ lazy_static = { version = "1", optional = true }
|
|||
prettyplease = { version = "0.1", optional = true }
|
||||
|
||||
[patch.crates-io]
|
||||
schemars = { path = '../../rust/schemars/schemars' }
|
||||
schemars_derive = { path = '../../rust/schemars/schemars_derive' }
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue