From 2dc85a4177b7790ef4d2f4967cfe481047df4b87 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 22 May 2025 11:50:41 +0200 Subject: [PATCH] feat: use workspace --- Cargo.lock | 2 +- crates/vessel/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01c34d5..852e288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "vessel" -version = "0.1.2" +version = "0.1.3" diff --git a/crates/vessel/Cargo.toml b/crates/vessel/Cargo.toml index 8e13f25..aab3e4c 100644 --- a/crates/vessel/Cargo.toml +++ b/crates/vessel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vessel" -version = "0.1.2" +version.workspace = true edition = "2024" description = "A context propogation struct. Carries cancellation, and other useful items transparently through an application" readme = "../../README.md"