chore(torn-api): release version 1.3.0

This commit is contained in:
pyrite 2025-05-27 19:27:57 +02:00
parent eb6e98f41b
commit 11c5d71bf6
Signed by: pyrite
GPG key ID: 7F1BA9170CD35D15
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2272,7 +2272,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api" name = "torn-api"
version = "1.2.0" version = "1.3.0"
dependencies = [ dependencies = [
"bon", "bon",
"bytes", "bytes",
@ -2293,7 +2293,7 @@ dependencies = [
[[package]] [[package]]
name = "torn-api-codegen" name = "torn-api-codegen"
version = "0.2.5" version = "0.3.0"
dependencies = [ dependencies = [
"heck", "heck",
"indexmap", "indexmap",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "torn-api" name = "torn-api"
version = "1.2.0" version = "1.3.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 }
@ -37,7 +37,7 @@ chrono = { version = "0.4.41", features = ["serde"] }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
[build-dependencies] [build-dependencies]
torn-api-codegen = { path = "../torn-api-codegen", version = "0.2.3" } torn-api-codegen = { path = "../torn-api-codegen", version = "0.3.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"