feat(codegen): properly transform all property names which collide with

keywords
This commit is contained in:
pyrite 2025-07-10 17:53:44 +02:00
parent 485c2ea176
commit 3819ed1b7d
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
3 changed files with 55 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "torn-api-codegen"
authors = ["Pyrit [2111649]"]
version = "0.7.0"
version = "0.7.1"
edition = "2021"
description = "Contains the v2 torn API model descriptions and codegen for the bindings"
license-file = { workspace = true }