build: tag 0.5.3

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ied229bdc604f0bf4262d23dfba718af46a6a6964
This commit is contained in:
raf 2026-06-27 01:04:27 +03:00
commit 5023e10338
No known key found for this signature in database
GPG key ID: 29D95B64378DB4BF
2 changed files with 4 additions and 4 deletions

View file

@ -3,14 +3,14 @@ resolver = "3"
members = ["crates/beer", "crates/beer-protocols"]
[workspace.package]
version = "0.5.2"
version = "0.5.3"
edition = "2024"
rust-version = "1.95.0"
license = "EUPL-1.2"
[workspace.dependencies]
# Workspace components
beer-protocols = { path = "crates/beer-protocols", version = "0.5.2" }
beer-protocols = { path = "crates/beer-protocols", version = "0.5.3" }
# Other dependencies
anyhow = "1.0.102"