Skip to content

Commit

Permalink
prepare for v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Mar 16, 2022
1 parent 75aead6 commit 31eff8c
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.9.0"
version = "0.10.0"
authors = ["Olle Sandberg <[email protected]>"]
license = "MIT"
edition = '2018'
Expand All @@ -24,7 +24,7 @@ fern = "0.6.0"
chrono = "0.4.19"
futures-util = { version = "0.3.19", default-features = false, features = ["std"] }
tokio = { version = "1.15.0", features = ["fs", "io-std", "macros", "time", "rt-multi-thread"] }
bitar = { version = "0.9.0", path = "bitar", features = ["compress"] }
bitar = { version = "0.10.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.9.0"
version = "0.10.0"
authors = ["Olle Sandberg <[email protected]>"]
license = "MIT"
edition = '2018'
Expand Down

0 comments on commit 31eff8c

Please sign in to comment.