This commit is contained in:
MedzikUser 2022-03-07 20:19:13 +01:00
parent a1c29a08c1
commit 8a25a33110
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
3 changed files with 2 additions and 6 deletions

View File

@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->
## [Unreleased]
### Cli
- change webhook to discord-webhook (to use rustls)
## [0.5.0] - 2022-03-07
### CLI

View File

@ -1,5 +0,0 @@
# discord webhook required openssl to build
[target.x86_64-unknown-linux-musl]
image = "rustembedded/cross:x86_64-unknown-linux-musl-0.1.16"
[target.aarch64-unknown-linux-musl]
image = "rustembedded/cross:aarch64-unknown-linux-musl-0.1.16"

View File

@ -30,7 +30,6 @@ Generate manpage
- **xclip** - alternative to **xsel**
- **termux-api** - on **Termux**
- **libnotify** - support notification on Linux
- **openssl** - for discord webhook (this is probably temporary I will try to change it to rustls)
## How to install Imgurs CLI?