From 665b96a0d50b008eb141b5630762d6810adfa609 Mon Sep 17 00:00:00 2001 From: Ggiggle <47661277+Ggiggle@users.noreply.github.com> Date: Tue, 28 May 2024 21:05:49 +0800 Subject: [PATCH] chore(pilota): release new version (#250) --- Cargo.lock | 2 +- pilota/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3b0e548..f30a3de1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -761,7 +761,7 @@ dependencies = [ [[package]] name = "pilota" -version = "0.11.0" +version = "0.11.1" dependencies = [ "ahash", "anyhow", diff --git a/pilota/Cargo.toml b/pilota/Cargo.toml index 4da23af1..95e6377d 100644 --- a/pilota/Cargo.toml +++ b/pilota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "Pilota is a thrift and protobuf implementation in pure rust with high performance and extensibility." documentation = "https://docs.rs/pilota"