Skip to content

Commit

Permalink
workflow update (0.1.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolja committed Nov 26, 2024
1 parent 5d29eed commit 5d25a0f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libssl-dev
- if: matrix.os == 'macos-latest'
run: brew install [email protected]
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/upload-rust-binary-action@v1
with:
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 = "orca"
version = "0.1.3"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::appstate::AppState;
#[derive(Parser, Debug)]
#[clap(
author = "Kolja Wilcke",
version = "0.1.3",
version = "0.1.4",
about = "A simple OPDS server for Calibre libraries"
)]
struct Cli {
Expand Down

0 comments on commit 5d25a0f

Please sign in to comment.