From 27050f7d442d71a1c9a2944a52c5b4e7c8f87afe Mon Sep 17 00:00:00 2001 From: timvisee Date: Tue, 12 Mar 2019 15:32:01 +0100 Subject: [PATCH] Bump version to 0.2.28, update ffsend-api to 0.2.3 --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27a3da..e892ccb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "ffsend" -version = "0.2.27" +version = "0.2.28" dependencies = [ "chbs 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -493,7 +493,7 @@ dependencies = [ "derive_builder 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "ffsend-api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "ffsend-api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "open 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "ffsend-api" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2078,7 +2078,7 @@ dependencies = [ "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" -"checksum ffsend-api 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5c0516f951c32083d92f16b88d59d72b431cc2de2c3111662d6c1b5a36ef7841" +"checksum ffsend-api 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0bb56b37f75daa958389b9257ff1b904d98007e67d40a3c56cb4dc620cafba0b" "checksum filetime 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a2df5c1a8c4be27e7707789dc42ae65976e60b394afd293d1419ab915833e646" "checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" "checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" diff --git a/Cargo.toml b/Cargo.toml index fb9af45..486d904 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ffsend" -version = "0.2.27" +version = "0.2.28" authors = ["Tim Visee "] license = "GPL-3.0" readme = "README.md" @@ -75,7 +75,7 @@ colored = "1.7" derive_builder = "0.7" directories = "1.0" failure = "0.1" -ffsend-api = { version = "0.2.2", default-features = false } +ffsend-api = { version = "0.2.3", default-features = false } fs2 = "0.4" lazy_static = "1.0" open = "1" diff --git a/README.md b/README.md index b8439fb..0924c9b 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ documentation [here][send-encryption]. ``` $ ffsend help -ffsend 0.2.27 +ffsend 0.2.28 Tim Visee Easily and securely share files from the command line. A fully featured Firefox Send client.