build: tag 0.5.0

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I7fdc6aed53aead03dc963cd0687040196a6a6964
This commit is contained in:
raf 2026-06-26 23:32:12 +03:00
commit 7c15a77ad6
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.4.0"
version = "0.5.0"
edition = "2024"
rust-version = "1.95.0"
license = "EUPL-1.2"
[workspace.dependencies]
# Workspace components
beer-protocols = { path = "crates/beer-protocols", version = "0.4.0" }
beer-protocols = { path = "crates/beer-protocols", version = "0.5.0" }
# Other dependencies
anyhow = "1.0.102"