From bd21c2f9dc0a4e8ebbc8ff280d4360b0fc2d6245 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Thu, 22 May 2025 11:39:35 +0200 Subject: [PATCH] feat: bump v0.1.2 --- Cargo.lock | 2 +- crates/vessel/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0423cbc..01c34d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "vessel" -version = "0.1.1" +version = "0.1.2" diff --git a/crates/vessel/Cargo.toml b/crates/vessel/Cargo.toml index 92c58c8..8e13f25 100644 --- a/crates/vessel/Cargo.toml +++ b/crates/vessel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vessel" -version = "0.1.1" +version = "0.1.2" edition = "2024" description = "A context propogation struct. Carries cancellation, and other useful items transparently through an application" readme = "../../README.md"