From 14e6e81278210ec2d0463816ed76e50138fce10a Mon Sep 17 00:00:00 2001 From: pyrite Date: Tue, 27 May 2025 19:57:17 +0200 Subject: [PATCH] chore: versions --- Cargo.lock | 4 ++-- torn-api-codegen/Cargo.toml | 2 +- torn-api/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbcce63..c7c0243 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2294,7 +2294,7 @@ dependencies = [ [[package]] name = "torn-api" -version = "1.6.0" +version = "1.6.1" dependencies = [ "bon", "bytes", @@ -2316,7 +2316,7 @@ dependencies = [ [[package]] name = "torn-api-codegen" -version = "0.6.0" +version = "0.6.1" dependencies = [ "heck", "indexmap", diff --git a/torn-api-codegen/Cargo.toml b/torn-api-codegen/Cargo.toml index bd076b9..8d57044 100644 --- a/torn-api-codegen/Cargo.toml +++ b/torn-api-codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "torn-api-codegen" authors = ["Pyrit [2111649]"] -version = "0.6.0" +version = "0.6.1" edition = "2021" description = "Contains the v2 torn API model descriptions and codegen for the bindings" license-file = { workspace = true } diff --git a/torn-api/Cargo.toml b/torn-api/Cargo.toml index 89529f8..9e10e3d 100644 --- a/torn-api/Cargo.toml +++ b/torn-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "torn-api" -version = "1.6.0" +version = "1.6.1" edition = "2021" description = "Auto-generated bindings for the v2 torn api" license-file = { workspace = true }