chore: update schema and release versions

This commit is contained in:
pyrite 2025-05-28 10:20:55 +02:00
parent 98073a37bd
commit bd27916aa5
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
5 changed files with 143 additions and 20 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "1.6.1"
version = "1.6.2"
edition = "2021"
description = "Auto-generated bindings for the v2 torn api"
license-file = { workspace = true }
@ -39,7 +39,7 @@ strum = { version = "0.27.1", features = ["derive"], optional = true }
tokio = { version = "1", features = ["full"] }
[build-dependencies]
torn-api-codegen = { path = "../torn-api-codegen", version = "0.6.0" }
torn-api-codegen = { path = "../torn-api-codegen", version = "0.6.2" }
syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true }
prettyplease = "0.2"