chore(codegen): release version

This commit is contained in:
Pyrite 2025-05-24 14:36:51 +02:00
parent 8ecd9a88d3
commit 4a6c007bc4
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -2293,7 +2293,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api-codegen" name = "torn-api-codegen"
version = "0.2.4" version = "0.2.5"
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.4" version = "0.3.0"
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 }