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-key-pool"
|
||||
version = "2.0.0"
|
||||
version = "2.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Pyrit [2111649]"]
|
||||
license = { workspace = true }
|
||||
|
|
@ -14,7 +14,7 @@ postgres = ["dep:sqlx", "dep:chrono", "dep:indoc"]
|
|||
tokio-runtime = ["dep:tokio", "dep:rand", "dep:tokio-stream"]
|
||||
|
||||
[dependencies]
|
||||
torn-api = { path = "../torn-api", default-features = false, version = "4.1.1" }
|
||||
torn-api = { path = "../torn-api", default-features = false, version = "5.0.2" }
|
||||
thiserror = "2"
|
||||
|
||||
sqlx = { version = "0.8", features = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue