chore: bump version

This commit is contained in:
trisua 2025-07-20 16:48:32 -04:00
parent a881f6659d
commit 59b8c8cac6
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "attobin"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
authors = ["trisuaso"]
repository = "https://trisua.com/t/tetratto"
@ -9,7 +9,7 @@ homepage = "https://tetratto.com"
[dependencies]
tetratto-core = "12.0.0"
tetratto-shared = "12.0.3"
tetratto-shared = "12.0.4"
tokio = { version = "1.46.1", features = ["macros", "rt-multi-thread"] }
pathbufd = "0.1.4"
serde = { version = "1.0.219", features = ["derive"] }