From 72f7731b7c0508fdf3df386faf0c61bf478c5470 Mon Sep 17 00:00:00 2001 From: "wangjie.wjdew" Date: Fri, 18 Oct 2024 14:18:06 +0800 Subject: [PATCH] chore: update --- Cargo.lock | 2 +- pilota/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a325580a..b88bfb71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -821,7 +821,7 @@ dependencies = [ [[package]] name = "pilota" -version = "0.11.4" +version = "0.11.5" dependencies = [ "ahash", "anyhow", diff --git a/pilota/Cargo.toml b/pilota/Cargo.toml index c9ceb34e..fc644d86 100644 --- a/pilota/Cargo.toml +++ b/pilota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pilota" -version = "0.11.4" +version = "0.11.5" edition = "2021" description = "Pilota is a thrift and protobuf implementation in pure rust with high performance and extensibility." documentation = "https://docs.rs/pilota"