From d647fd3487720fc8bcfbf0fcddbecdef63ca6107 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 7 Mar 2024 19:43:44 +1000 Subject: [PATCH] Version 0.8.1 Try to fix publishing binary on FreeBSD --- .cirrus.yml | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6d1d04f..7b4437c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -39,7 +39,7 @@ task: folder: $HOME/.cargo/registry fingerprint_script: cat Cargo.lock install_script: - - pkg install -y git-lite + - pkg install -y git-lite ca_root_nss - fetch -o - https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain ${RUST_VERSION} - fetch -o - https://releases.wezm.net/upload-to-s3/0.2.0/upload-to-s3-0.2.0-amd64-unknown-freebsd.tar.gz | tar xzf - -C /usr/local/bin test_script: diff --git a/Cargo.lock b/Cargo.lock index 5aaafb8..c9a1068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1309,7 +1309,7 @@ dependencies = [ [[package]] name = "rsspls" -version = "0.8.0" +version = "0.8.1" dependencies = [ "anydate", "atomicwrites", diff --git a/Cargo.toml b/Cargo.toml index ef2c16d..6eda798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rsspls" -version = "0.8.0" +version = "0.8.1" edition = "2021" authors = [ "Wesley Moore "