generated from PlexSheep/rs-base
Compare commits
No commits in common. "master" and "devel" have entirely different histories.
|
@ -37,8 +37,6 @@ jobs:
|
||||||
echo '[registries.cscherr]' >> ~/.cargo/config.toml
|
echo '[registries.cscherr]' >> ~/.cargo/config.toml
|
||||||
echo 'index = "https://git.cscherr.de/PlexSheep/_cargo-index.git"' >> ~/.cargo/config.toml
|
echo 'index = "https://git.cscherr.de/PlexSheep/_cargo-index.git"' >> ~/.cargo/config.toml
|
||||||
cat ~/.cargo/config.toml
|
cat ~/.cargo/config.toml
|
||||||
- name: install additional system dependencies
|
|
||||||
run: sudo apt-get install -y libasound2-dev libdbus-1-dev
|
|
||||||
- name: cargo clippy check
|
- name: cargo clippy check
|
||||||
run: cargo clippy --all-features --all-targets --workspace
|
run: cargo clippy --all-features --all-targets --workspace
|
||||||
- name: cargo clippy fix
|
- name: cargo clippy fix
|
||||||
|
|
|
@ -23,8 +23,6 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- name: install additional system dependencies
|
|
||||||
run: sudo apt-get install -y libasound2-dev libdbus-1-dev
|
|
||||||
- name: Run release-plz
|
- name: Run release-plz
|
||||||
uses: MarcoIeni/release-plz-action@v0.5
|
uses: MarcoIeni/release-plz-action@v0.5
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "crock"
|
name = "crock"
|
||||||
version = "0.3.1"
|
version = "0.3.1-alpha.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = true
|
publish = true
|
||||||
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
authors = ["Christoph J. Scherr <software@cscherr.de>"]
|
||||||
|
|
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
![Project badge](https://img.shields.io/badge/language-Rust-blue.svg)
|
![Project badge](https://img.shields.io/badge/language-Rust-blue.svg)
|
||||||
![Crates.io License](https://img.shields.io/crates/l/crock)
|
![Crates.io License](https://img.shields.io/crates/l/crock)
|
||||||
![GitHub Release](https://img.shields.io/github/v/release/PlexSheep/crock)
|
![Gitea Release](https://img.shields.io/gitea/v/release/PlexSheep/crock?gitea_url=https%3A%2F%2Fgit.cscherr.de)
|
||||||
![GitHub language count](https://img.shields.io/github/languages/count/PlexSheep/crock)
|
![Gitea language count](https://img.shields.io/gitea/languages/count/PlexSheep/crock?gitea_url=https%3A%2F%2Fgit.cscherr.de)
|
||||||
|
|
||||||
|
|
||||||
A little clock for your terminal, written in rust.
|
A little clock for your terminal, written in rust.
|
||||||
|
|
||||||
![screenshot](data/media/screenshot.png)
|
![screenshot](data/media/screenshot.png)
|
||||||
|
|
||||||
* [GitHub](https://github.com/PlexSheep/crock)
|
* [Original Repository](https://git.cscherr.de/PlexSheep/crock)
|
||||||
|
* [GitHub Mirror](https://github.com/PlexSheep/crock)
|
||||||
* [crates.io](https://crates.io/crates/crock)
|
* [crates.io](https://crates.io/crates/crock)
|
||||||
|
|
||||||
## Compilation
|
## Compilation
|
||||||
|
|
Reference in New Issue