From f113e319a5033f40c75777f144c44983172e989f Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Mon, 4 Dec 2023 11:32:29 +1000 Subject: [PATCH] Oops forgot the version in Cargo.toml --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb3617c..170fba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "rsspls" -version = "0.6.1" +version = "0.7.1" dependencies = [ "anydate", "atomicwrites", diff --git a/Cargo.toml b/Cargo.toml index 6dc7351..ba49a0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsspls" -version = "0.6.1" +version = "0.7.1" edition = "2021" authors = [ "Wesley Moore " diff --git a/README.md b/README.md index e4648b7..4ecf30b 100644 --- a/README.md +++ b/README.md @@ -73,14 +73,14 @@ Install Pre-compiled binaries are available for a number of platforms. They require no additional dependencies on your computer. -* [FreeBSD 13 amd64](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-amd64-unknown-freebsd.tar.gz) -* [Linux x86\_64](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-x86_64-unknown-linux-musl.tar.gz) -* [MacOS Universal](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-universal-apple-darwin.tar.gz) -* [Windows x86\_64](https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-x86_64-pc-windows-msvc.zip) +* [FreeBSD 13 amd64](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-amd64-unknown-freebsd.tar.gz) +* [Linux x86\_64](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-x86_64-unknown-linux-musl.tar.gz) +* [MacOS Universal](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-universal-apple-darwin.tar.gz) +* [Windows x86\_64](https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-x86_64-pc-windows-msvc.zip) Example to download and extract a binary: - curl https://releases.wezm.net/rsspls/0.7.0/rsspls-0.7.0-x86_64-unknown-linux-musl.tar.gz | tar zxf - + curl https://releases.wezm.net/rsspls/0.7.1/rsspls-0.7.1-x86_64-unknown-linux-musl.tar.gz | tar zxf - This will result in the `rsspls` binary in the current directory.