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

6
Cargo.lock generated
View file

@ -84,7 +84,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "attobin"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"axum",
"axum-extra",
@ -2486,9 +2486,9 @@ dependencies = [
[[package]]
name = "tetratto-shared"
version = "12.0.3"
version = "12.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bbfaf7e280e04453a0dbd051d94c2702a3f1d6622b522cb7dce2c67a5382fc9"
checksum = "7a7a1ea669f94f12da3c007012c6fbac263cfc74c964c460e19da0d9c7f6abf1"
dependencies = [
"ammonia",
"chrono",

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"] }