Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Dec 27, 2023
1 parent 726657b commit d749ebc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
load: true
- name: Create deb packages
run: |
docker run --rm -i -v $(pwd):/work -w /work ${{ matrix.image }}:build bash -c '/root/.cargo/bin/cargo deb -p recisdb --verbose --output ./artifacts/'-- -F dvb
docker run --rm -i -v $(pwd):/work -w /work ${{ matrix.image }}:build bash -c '/root/.cargo/bin/cargo deb -p recisdb --verbose --output ./artifacts/' -- -F dvb
- name: Upload deb package to release channel
uses: shogo82148/actions-upload-release-asset@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion recisdb-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "recisdb"
version = "1.2.0-rc.4"
version = "1.2.0"
authors = ["maleicacid <maleicacid824+dev@gmail.com>"]
edition = "2021"
description = "recisdb can read both Unix chardev-based and BonDriver-based TV sources."
Expand Down
1 change: 1 addition & 0 deletions recisdb-rs/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use crate::tuner::Voltage;
#[clap(name = "recisdb")]
#[clap(about = "recisdb can read both Unix chardev-based and BonDriver-based TV sources. ", long_about = None)]
#[clap(author = "maleicacid")]
#[clap(version)]
pub(crate) struct Cli {
#[clap(subcommand)]
pub command: Commands,
Expand Down

0 comments on commit d749ebc

Please sign in to comment.