From f6859a908792fa2572c5f17432b4c7378ffc826b Mon Sep 17 00:00:00 2001 From: LIU JIE Date: Tue, 26 Nov 2024 19:13:10 +0800 Subject: [PATCH] chore(pilota-build): bump version (#291) --- Cargo.lock | 2 +- pilota-build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c40179f..13b9c23 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "pilota-build" -version = "0.11.26" +version = "0.11.27" dependencies = [ "ahash", "anyhow", diff --git a/pilota-build/Cargo.toml b/pilota-build/Cargo.toml index eba818f..82b6a9a 100644 --- a/pilota-build/Cargo.toml +++ b/pilota-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota-build" -version = "0.11.26" +version = "0.11.27" edition = "2021" description = "Compile thrift and protobuf idl into rust code at compile-time." documentation = "https://docs.rs/pilota-build"