From 171e9d05051f0f632cfe9be59717c296ce48171e Mon Sep 17 00:00:00 2001 From: yankun <1939810907@qq.com> Date: Sat, 7 Oct 2023 22:30:04 +0800 Subject: [PATCH] ci: upgrade to 0.5.7 --- Cargo.toml | 2 +- build.sc | 2 +- fastbloom-rs/Cargo.toml | 2 +- fastbloomjvm/native/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e7641b5..4123818 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastbloom_rs" -version = "0.5.6" +version = "0.5.7" edition = "2021" authors = ["Yan Kun "] description = "Some fast bloom filter implemented by Rust for Python and Rust! 10x faster than pybloom!" diff --git a/build.sc b/build.sc index dcbfce7..2d4ab28 100644 --- a/build.sc +++ b/build.sc @@ -19,7 +19,7 @@ object ProjectInfo { def author = Seq("Yan Kun ") - def version = "0.5.6" + def version = "0.5.7" def buildTool = "mill" diff --git a/fastbloom-rs/Cargo.toml b/fastbloom-rs/Cargo.toml index 0b66777..2e34e81 100644 --- a/fastbloom-rs/Cargo.toml +++ b/fastbloom-rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastbloom-rs" -version = "0.5.6" +version = "0.5.7" edition = "2021" authors = ["Yan Kun "] description = "Some fast bloom filter implemented by Rust for Python and Rust!" diff --git a/fastbloomjvm/native/Cargo.toml b/fastbloomjvm/native/Cargo.toml index 632e436..2ff00ff 100644 --- a/fastbloomjvm/native/Cargo.toml +++ b/fastbloomjvm/native/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastbloom" # generated by nativeInit with defaultNativeName -version = "0.5.6" +version = "0.5.7" authors = ["Yan Kun "] edition = "2021"