chore(codegen): publish version

This commit is contained in:
Pyrite 2025-05-22 19:49:15 +02:00
parent 4979e5c590
commit 5076a5d733
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2291,7 +2291,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api-codegen" name = "torn-api-codegen"
version = "0.2.3" version = "0.2.4"
dependencies = [ dependencies = [
"heck", "heck",
"indexmap", "indexmap",

View file

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