From 59b8c8cac62d7edb95a0e3d924a6dec9d6487482 Mon Sep 17 00:00:00 2001 From: trisua Date: Sun, 20 Jul 2025 16:48:32 -0400 Subject: [PATCH] chore: bump version --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2136c9..fac46dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 4559fc2..7159ec2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }