fix(codegen): fix raw repr enums when there is no description

This commit is contained in:
pyrite 2025-09-10 15:25:01 +02:00
parent f15c44adb6
commit 96f57d753a
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 3 additions and 3 deletions

View file

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