Skip to content

Commit

Permalink
Prepare for v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Feb 23, 2020
1 parent befca35 commit b97cca1
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.5.0"
version = "0.5.1"
authors = ["Olle Sandberg <[email protected]>"]
license = "MIT"
edition = '2018'
Expand All @@ -24,7 +24,7 @@ fern = "0.5.9"
chrono = "0.4.10"
futures-util = {version = "0.3.4" }
tokio = { version = "0.2.11", features = ["fs", "io-std", "sync", "io-util", "macros", "time", "rt-threaded"] }
bitar = { path = "bitar" }
bitar = { version = "0.5.1", path = "bitar" }
num_cpus = "1.12.0"

[features]
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.5.0"
version = "0.5.1"
authors = ["Olle Sandberg <[email protected]>"]
license = "MIT"
edition = '2018'
Expand Down

0 comments on commit b97cca1

Please sign in to comment.