Merge remote-tracking branch 'origin/master' into pkg-choco
This commit is contained in:
commit
c47f81df14
4 changed files with 3 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -483,7 +483,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "ffsend"
|
||||
version = "0.2.22"
|
||||
version = "0.2.23"
|
||||
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,6 +1,6 @@
|
|||
[package]
|
||||
name = "ffsend"
|
||||
version = "0.2.22"
|
||||
version = "0.2.23"
|
||||
authors = ["Tim Visee <timvisee@gmail.com>"]
|
||||
license = "GPL-3.0"
|
||||
readme = "README.md"
|
||||
|
|
|
@ -374,7 +374,7 @@ documentation [here][send-encryption].
|
|||
```
|
||||
$ ffsend help
|
||||
|
||||
ffsend 0.2.22
|
||||
ffsend 0.2.23
|
||||
Tim Visee <timvisee.com>
|
||||
Easily and securely share files from the command line.
|
||||
A fully featured Firefox Send client.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
name: ffsend
|
||||
version: git
|
||||
license: GNU-3.0-only
|
||||
summary: Easily and securely share files from the command line.
|
||||
description: |
|
||||
Easily and securely share files and directories from the command line through
|
||||
|
|
Loading…
Reference in a new issue