Skip to content

Commit

Permalink
prepare for v0.12.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed May 22, 2024
1 parent ff8d6dd commit bbe1cfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bita"
version = "0.11.0"
version = "0.12.0"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2021'
Expand Down Expand Up @@ -34,7 +34,7 @@ tokio = { version = "1.24.1", features = [
"time",
"rt-multi-thread",
] }
bitar = { version = "0.11.0", path = "bitar", features = ["compress"] }
bitar = { version = "0.12.0", path = "bitar", features = ["compress"] }
url = "2.2.2"
num_cpus = "1.13.1"
async-trait = "0.1.52"
Expand Down
2 changes: 1 addition & 1 deletion bitar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitar"
version = "0.11.0"
version = "0.12.0"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2021'
Expand Down

0 comments on commit bbe1cfa

Please sign in to comment.