Kaynağa Gözat

Bump version to 0.2.16

timvisee 6 yıl önce
ebeveyn
işleme
30d91ba4b7
4 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 1 1
      Cargo.lock
  2. 1 1
      Cargo.toml
  3. 1 1
      README.md
  4. 1 1
      src/action/upload.rs

+ 1 - 1
Cargo.lock

@@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 
 [[package]]
 name = "ffsend"
-version = "0.2.15"
+version = "0.2.16"
 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)",

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "ffsend"
-version = "0.2.15"
+version = "0.2.16"
 authors = ["Tim Visee <timvisee@gmail.com>"]
 license = "GPL-3.0"
 readme = "README.md"

+ 1 - 1
README.md

@@ -372,7 +372,7 @@ documentation [here][send-encryption].
 ```
 $ ffsend help
 
-ffsend 0.2.15
+ffsend 0.2.16
 Tim Visee <timvisee.com>
 Easily and securely share files from the command line.
 A fully featured Firefox Send client.

+ 1 - 1
src/action/upload.rs

@@ -19,7 +19,7 @@ use super::select_api_version;
 #[cfg(feature = "archive")]
 use crate::archive::archiver::Archiver;
 use crate::client::create_transfer_client;
-use crate::cmd::matcher::{CopyMode, MainMatcher, Matcher, UploadMatcher};
+use crate::cmd::matcher::{MainMatcher, Matcher, UploadMatcher};
 #[cfg(feature = "history")]
 use crate::history_tool;
 use crate::progress::ProgressBar;