build: tag 0.5.2

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I5c500701829d43346f0ffe6527b4ebf26a6a6964
This commit is contained in:
raf 2026-06-27 00:46:04 +03:00
commit 7efd87bfcd
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.1"
version = "0.5.2"
edition = "2024"
rust-version = "1.95.0"
license = "EUPL-1.2"
[workspace.dependencies]
# Workspace components
beer-protocols = { path = "crates/beer-protocols", version = "0.5.1" }
beer-protocols = { path = "crates/beer-protocols", version = "0.5.2" }
# Other dependencies
anyhow = "1.0.102"