chore(torn-api): version 1.7.3

This commit is contained in:
pyrite 2025-08-10 18:14:03 +02:00
parent d448eec2e2
commit 8a8b34506a
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
3 changed files with 170 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "torn-api"
version = "1.7.2"
version = "1.7.3"
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.0" }
torn-api-codegen = { path = "../torn-api-codegen", version = "0.7.3" }
syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true }
prettyplease = "0.2"