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

4
Cargo.lock generated
View file

@ -2294,7 +2294,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api" name = "torn-api"
version = "1.6.6" version = "1.7.0"
dependencies = [ dependencies = [
"bon", "bon",
"bytes", "bytes",
@ -2316,7 +2316,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api-codegen" name = "torn-api-codegen"
version = "0.6.2" version = "0.7.0"
dependencies = [ dependencies = [
"heck", "heck",
"indexmap", "indexmap",

View file

@ -4,8 +4,8 @@ members = ["torn-api", "torn-api-codegen", "torn-key-pool"]
[workspace.package] [workspace.package]
license-file = "./LICENSE" license-file = "./LICENSE"
repository = "https://github.com/TotallyNot/torn-api.rs.git" repository = "https://git.elimination.me/pyrite/torn-api.rs.git"
homepage = "https://github.com/TotallyNot/torn-api.rs.git" homepage = "https://git.elimination.me/pyrite/torn-api.rs"
[workspace.dependencies] [workspace.dependencies]
serde = { version = "1", features = ["derive"] } serde = { version = "1", features = ["derive"] }

View file

@ -1,6 +1,6 @@
[package] [package]
name = "torn-api" name = "torn-api"
version = "1.6.6" version = "1.7.0"
edition = "2021" edition = "2021"
description = "Auto-generated bindings for the v2 torn api" description = "Auto-generated bindings for the v2 torn api"
license-file = { workspace = true } license-file = { workspace = true }
@ -39,7 +39,7 @@ strum = { version = "0.27.1", features = ["derive"], optional = true }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
[build-dependencies] [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"] } syn = { workspace = true, features = ["parsing"] }
proc-macro2 = { workspace = true } proc-macro2 = { workspace = true }
prettyplease = "0.2" prettyplease = "0.2"

File diff suppressed because it is too large Load diff