From b84377e1fb318ffcba677bd195353a0c536bc903 Mon Sep 17 00:00:00 2001 From: Alexey Kubrinsky Date: Tue, 25 Feb 2025 11:27:57 +0100 Subject: [PATCH] version up --- pilota-build/Cargo.toml | 2 +- pilota-thrift-parser/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pilota-build/Cargo.toml b/pilota-build/Cargo.toml index 68ceacd..f5de220 100644 --- a/pilota-build/Cargo.toml +++ b/pilota-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota-build" -version = "0.11.30" +version = "0.11.31" edition.workspace = true homepage.workspace = true repository.workspace = true diff --git a/pilota-thrift-parser/Cargo.toml b/pilota-thrift-parser/Cargo.toml index c40bdb8..069bb13 100644 --- a/pilota-thrift-parser/Cargo.toml +++ b/pilota-thrift-parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota-thrift-parser" -version = "0.11.6" +version = "0.11.7" edition.workspace = true homepage.workspace = true repository.workspace = true