Skip to content

Commit

Permalink
Prepare for v0.6.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed May 7, 2020
1 parent 4aed01e commit 8bb98d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.6.3"
version = "0.6.4"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2018'
Expand All @@ -24,7 +24,7 @@ fern = "0.6.0"
chrono = "0.4.11"
futures-util = "0.3.4"
tokio = { version = "0.2.20", features = ["fs", "io-std", "sync", "io-util", "macros", "time", "rt-threaded"] }
bitar = { version = "0.6.3", path = "bitar" }
bitar = { version = "0.6.4", path = "bitar" }
url = "2.1.1"
num_cpus = "1.13.0"
async-trait = "0.1.30"
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.6.3"
version = "0.6.4"
authors = ["Olle Sandberg <olle@b3rg.se>"]
license = "MIT"
edition = '2018'
Expand Down

0 comments on commit 8bb98d6

Please sign in to comment.