Skip to content

Commit

Permalink
Prepare for v0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Apr 7, 2020
1 parent 23638e7 commit 147624f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "bita"
version = "0.5.2"
version = "0.6.0"
authors = ["Olle Sandberg <[email protected]>"]
license = "MIT"
edition = '2018'
description = "Differential file synchronization over http(s)."
repository = "https://github.com/oll3/bita"
readme = "README.md"
keywords = ["sofware-update", "file-synchronization", "delta-update", "differential"]
categories = ["command-line-utilities", "compression"]
categories = ["command-line-utilities", "compression", "filesystem"]

[workspace]
members = [
Expand All @@ -24,7 +24,7 @@ fern = "0.6.0"
chrono = "0.4.11"
futures-util = "0.3.4"
tokio = { version = "0.2.16", features = ["fs", "io-std", "sync", "io-util", "macros", "time", "rt-threaded"] }
bitar = { version = "0.5.2", path = "bitar" }
bitar = { version = "0.6.0", path = "bitar" }
reqwest = "0.10.4"
num_cpus = "1.12.0"
async-trait = "0.1.30"
Expand Down
6 changes: 5 additions & 1 deletion bitar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "bitar"
version = "0.5.2"
version = "0.6.0"
authors = ["Olle Sandberg <[email protected]>"]
license = "MIT"
edition = '2018'
description = "bita archive utilities"
repository = "https://github.com/oll3/bita"
readme = "README.md"
keywords = ["sofware-update", "file-synchronization", "delta-update", "differential"]
categories = ["compression", "filesystem"]


[build-dependencies]
prost-build = "0.6"
Expand Down

0 comments on commit 147624f

Please sign in to comment.