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"