brewery
notashelf /
3233cd246298f4989c47d6ba61286910faee5037

beer

public

A terminal worth pouring time into

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

Commit 3233cd246298

tarball

NotAShelf <raf@notashelf.dev> · 2026-07-22 07:25 UTC

unverified2 files changed+11-11
build: tag 0.5.5

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ic64146a7bfb515e51cd2263435140cdf6a6a6964
diff --git a/Cargo.lock b/Cargo.lockindex 01b207f..6cd4d4c 100644--- a/Cargo.lock+++ b/Cargo.lock@@ -43,7 +43,7 @@ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"  [[package]] name = "beer"-version = "0.5.4"+version = "0.5.5" dependencies = [  "anyhow",  "beer-protocols",@@ -72,7 +72,7 @@ dependencies = [  [[package]] name = "beer-protocols"-version = "0.5.4"+version = "0.5.5" dependencies = [  "smithay-client-toolkit", ]diff --git a/Cargo.toml b/Cargo.tomlindex 9479057..dbfc0c5 100644--- a/Cargo.toml+++ b/Cargo.toml@@ -1,16 +1,16 @@ [workspace] resolver = "3"-members = ["crates/beer", "crates/beer-protocols"]+members  = ["crates/beer", "crates/beer-protocols"]  [workspace.package]-version = "0.5.4"-edition = "2024"+version      = "0.5.5"+edition      = "2024" rust-version = "1.95.0"-license = "EUPL-1.2"+license      = "EUPL-1.2"  [workspace.dependencies] # Workspace components-beer-protocols = { path = "crates/beer-protocols", version = "0.5.4" }+beer-protocols = { path = "crates/beer-protocols", version = "0.5.5" }  # Other dependencies anyhow = "1.0.102"@@ -55,14 +55,14 @@ wayland-protocols = { version = "0.32.13", features = [ ] }  [workspace.lints.rust]-unsafe_op_in_unsafe_fn = "deny"+unsafe_op_in_unsafe_fn        = "deny" missing_debug_implementations = "warn"  [workspace.lints.clippy] all = { level = "warn", priority = -1 }  [profile.release]-opt-level = 3-lto = "fat"+opt-level     = 3+lto           = "fat" codegen-units = 1-strip = true+strip         = true