Skip to content

Commit

Permalink
Update the version to 0.28.8
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchane committed Oct 9, 2023
1 parent 1e6a99e commit 946263d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "acorns"
authors = ["Marek Suchánek <[email protected]>"]
version = "0.28.7"
version = "0.28.8"
edition = "2021"
# Check the Rust version using `cargo msrv verify`.
rust-version = "1.67"
Expand Down
4 changes: 2 additions & 2 deletions acorns.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: acorns
Summary: Generate an AsciiDoc release notes document from tracking tickets.
Version: 0.28.7
Version: 0.28.8
Release: 1%{?dist}
License: GPLv3+
URL: https://github.com/msuchane/acorns
Expand Down Expand Up @@ -34,7 +34,7 @@ Requires: openssl-libs

%build
# Install the latest Rust compiler.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain stable --component cargo rust-std rustc

# Build the binary.
~/.cargo/bin/cargo build --release
Expand Down

0 comments on commit 946263d

Please sign in to comment.