Skip to content

Commit

Permalink
Version 0.8.1
Browse files Browse the repository at this point in the history
Try to fix publishing binary on FreeBSD
  • Loading branch information
wezm committed Mar 7, 2024
1 parent 8ecfa13 commit d647fd3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsspls"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = [
"Wesley Moore <wes@wezm.net>"
Expand Down

0 comments on commit d647fd3

Please sign in to comment.