Skip to content

Commit

Permalink
workflow update - added Linux back to build (0.1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolja committed Nov 26, 2024
1 parent 2cd5acf commit cc58fe1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
include:
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-latest
# - target: x86_64-unknown-linux-musl
# os: ubuntu-latest
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
# - target: x86_64-apple-darwin
# os: macos-latest
- target: aarch64-apple-darwin
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.5"
version = "0.1.6"
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.5",
version = "0.1.6",
about = "A simple OPDS server for Calibre libraries"
)]
struct Cli {
Expand Down

0 comments on commit cc58fe1

Please sign in to comment.