chore(api): increase version

This commit is contained in:
pyrite 2025-09-10 15:26:34 +02:00
parent df31458f3a
commit 491f262572
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -2294,7 +2294,7 @@ dependencies = [
[[package]]
name = "torn-api"
version = "1.7.5"
version = "1.7.6"
dependencies = [
"bon",
"bytes",

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "1.7.5"
version = "1.7.6"
edition = "2021"
description = "Auto-generated bindings for the v2 torn api"
license = { workspace = true }
@ -43,7 +43,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.7.3" }
torn-api-codegen = { path = "../torn-api-codegen", version = "0.7.4" }
syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true }
prettyplease = "0.2"