feat: downgrade again

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

2
Cargo.lock generated
View File

@ -10,7 +10,7 @@ checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
[[package]] [[package]]
name = "vessel" name = "vessel"
version = "0.2.0" version = "0.1.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
] ]

View File

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