brewery
notashelf /
56c8d0dce61521101a288c8b29ebc7a73f92139b

beer

public

A terminal worth pouring time into

Star0tarball
clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git

Commit 56c8d0dce615

tarball

NotAShelf <raf@notashelf.dev> · 2026-06-26 21:04 UTC

unverified1 files changed+1-1
beer: don't hardcode version in pound derive

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I2e9f6719f05bb2f310787348ad6e05806a6a6964
diff --git a/crates/beer/src/main.rs b/crates/beer/src/main.rsindex bdfdba4..3e2adcd 100644--- a/crates/beer/src/main.rs+++ b/crates/beer/src/main.rs@@ -20,7 +20,7 @@ use crate::config::Config;  /// A fast, software-rendered, Wayland-native terminal emulator. #[derive(Parse)]-#[pound(name = "beer", version = "0.2.0")]+#[pound(name = "beer")] struct Cli {     /// Run as a daemon hosting multiple windows.     #[pound(long)]