Skip to content

Commit

Permalink
ci: upgrade to 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yankun1992 committed Oct 7, 2023
1 parent 8a69379 commit 171e9d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastbloom_rs"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
authors = ["Yan Kun <yan_kun_1992@foxmail.com>"]
description = "Some fast bloom filter implemented by Rust for Python and Rust! 10x faster than pybloom!"
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object ProjectInfo {

def author = Seq("Yan Kun <yan_kun@icekredit.com>")

def version = "0.5.6"
def version = "0.5.7"

def buildTool = "mill"

Expand Down
2 changes: 1 addition & 1 deletion fastbloom-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastbloom-rs"
version = "0.5.6"
version = "0.5.7"
edition = "2021"
authors = ["Yan Kun <yan_kun_1992@foxmail.com>"]
description = "Some fast bloom filter implemented by Rust for Python and Rust!"
Expand Down
2 changes: 1 addition & 1 deletion fastbloomjvm/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastbloom" # generated by nativeInit with defaultNativeName
version = "0.5.6"
version = "0.5.7"
authors = ["Yan Kun <yan_kun_1992@foxmail.com>"]
edition = "2021"

Expand Down

0 comments on commit 171e9d0

Please sign in to comment.