Skip to content

Commit

Permalink
chore: prepare for v0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Jan 25, 2021
1 parent 19e9c79 commit e4ceb81
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.7.1"
version = "0.8.0"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2018'
Expand All @@ -24,7 +24,7 @@ fern = "0.6.0"
chrono = "0.4.19"
futures-util = { version = "0.3.12", default-features = false, features = ["std"] }
tokio = { version = "1.1.0", features = ["fs", "io-std", "macros", "time", "rt-multi-thread"] }
bitar = { version = "0.7.1", path = "bitar", features = ["compress"] }
bitar = { version = "0.8.0", path = "bitar", features = ["compress"] }
url = "2.2.0"
num_cpus = "1.13.0"
async-trait = "0.1.42"
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.7.1"
version = "0.8.0"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2018'
Expand Down

0 comments on commit e4ceb81

Please sign in to comment.