feat: handle duplicate enum cases

This commit is contained in:
pyrite 2025-12-01 18:29:13 +01:00
parent 12cfcf7f11
commit 2e60e0a24f
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
10 changed files with 1462 additions and 658 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "4.2.0"
version = "4.7.0"
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.7.4" }
torn-api-codegen = { path = "../torn-api-codegen", version = "0.8" }
syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true }
prettyplease = "0.2"