chore: release versions

This commit is contained in:
pyrite 2025-05-27 19:23:20 +02:00
parent 688d745a3f
commit ec54b4ca2e
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -2272,7 +2272,7 @@ dependencies = [
[[package]]
name = "torn-api"
version = "1.3.0"
version = "1.4.0"
dependencies = [
"bon",
"bytes",
@ -2293,7 +2293,7 @@ dependencies = [
[[package]]
name = "torn-api-codegen"
version = "0.3.0"
version = "0.4.0"
dependencies = [
"heck",
"indexmap",

View file

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

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "1.3.0"
version = "1.4.0"
edition = "2021"
description = "Auto-generated bindings for the v2 torn api"
license-file = { workspace = true }
@ -37,7 +37,7 @@ chrono = { version = "0.4.41", features = ["serde"] }
tokio = { version = "1", features = ["full"] }
[build-dependencies]
torn-api-codegen = { path = "../torn-api-codegen", version = "0.3.0" }
torn-api-codegen = { path = "../torn-api-codegen", version = "0.4.0" }
syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true }
prettyplease = "0.2"