Skip to content

Commit

Permalink
prepare for v0.13.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Jan 6, 2025
1 parent 319331f commit 40456e6
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.12.0"
version = "0.13.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.12.0", path = "bitar", features = ["compress"] }
bitar = { version = "0.13.0", path = "bitar", features = ["compress"] }
url = "2.5.2"
num_cpus = "1.16.0"
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.12.0"
version = "0.13.0"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2021'
Expand Down

0 comments on commit 40456e6

Please sign in to comment.