fix(codegen): fixed nested all_of
This commit is contained in:
parent
2e60e0a24f
commit
06c766b7ec
7 changed files with 265 additions and 81 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "torn-api"
|
||||
version = "4.7.0"
|
||||
version = "5.0.2"
|
||||
edition = "2021"
|
||||
description = "Auto-generated bindings for the v2 torn api"
|
||||
license = { workspace = true }
|
||||
|
|
@ -43,7 +43,7 @@ strum = { version = "0.27.1", features = ["derive"], optional = true }
|
|||
tokio = { version = "1", features = ["full"] }
|
||||
|
||||
[build-dependencies]
|
||||
torn-api-codegen = { path = "../torn-api-codegen", version = "0.8" }
|
||||
torn-api-codegen = { path = "../torn-api-codegen", version = "0.8.1" }
|
||||
syn = { workspace = true, features = ["parsing"] }
|
||||
proc-macro2 = { workspace = true }
|
||||
prettyplease = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue