From 2c9a50b6cab94b94a0d2bf4c0ef90ecd98daa5b0 Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Tue, 19 May 2026 20:48:34 +0000 Subject: [PATCH] Bump toes-matter to 0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f7e7a1..f506185 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2394,7 +2394,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "toes-matter" -version = "0.1.9" +version = "0.1.10" dependencies = [ "async-io", "embassy-futures", diff --git a/Cargo.toml b/Cargo.toml index a0839ac..b0943b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toes-matter" -version = "0.1.9" +version = "0.1.10" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"