From c1f48c8809610cd2a7d4969f877181cdc76709fb Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Tue, 19 May 2026 20:47:16 -0700 Subject: [PATCH] Update toes-matter and bump to 0.1.13 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6911727..fc5bc5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2589,7 +2589,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "toes-matter" -version = "0.1.12" +version = "0.1.13" dependencies = [ "async-compat", "embassy-time-queue-utils", diff --git a/Cargo.toml b/Cargo.toml index 2f86779..efd4b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toes-matter" -version = "0.1.12" +version = "0.1.13" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"