diff --git a/CHANGELOG.md b/CHANGELOG.md index eea148a..3b06bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +### Cli +- change webhook to discord-webhook (to use rustls) ## [0.5.0] - 2022-03-07 ### CLI diff --git a/Cross.toml b/Cross.toml deleted file mode 100644 index 71f7407..0000000 --- a/Cross.toml +++ /dev/null @@ -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" diff --git a/README.md b/README.md index 91b23d4..e747fc0 100644 --- a/README.md +++ b/README.md @@ -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?