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"