From fb33f5561c0df413f284b6d686a72a432f7a6785 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 22 May 2025 11:45:52 +0200 Subject: [PATCH] chore: use workspace version --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c528c6e..4e6d765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,5 +2,8 @@ members = ["crates/*"] resolver = "2" +[workspace.package] +version = "0.1.2" + [workspace.dependencies] vessel = { path = "crates/vessel" }