feat: update version

This commit is contained in:
kjuulh 2025-05-21 08:14:29 +02:00
parent 4fc57350ca
commit ebe11d9210
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -4,13 +4,13 @@ version = 4
[[package]]
name = "anyhow"
version = "1.0.71"
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]]
name = "vessel"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
]

View File

@ -1,6 +1,6 @@
[package]
name = "vessel"
version = "0.1.0"
version = "0.2.0"
edition = "2024"
description = "A context propogation struct. Carries cancellation, and other useful items transparently through an application"
license = "MIT"