chore(torn-api): updated spec

This commit is contained in:
pyrite 2025-06-27 17:01:50 +02:00
parent cf98d24090
commit 485c2ea176
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
4 changed files with 2440 additions and 47 deletions

View file

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