Update toes-matter and bump to 0.1.13

This commit is contained in:
Pat Nakajima 2026-05-19 20:47:16 -07:00
parent 69e05023b0
commit c1f48c8809
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2589,7 +2589,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
[[package]] [[package]]
name = "toes-matter" name = "toes-matter"
version = "0.1.12" version = "0.1.13"
dependencies = [ dependencies = [
"async-compat", "async-compat",
"embassy-time-queue-utils", "embassy-time-queue-utils",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "toes-matter" name = "toes-matter"
version = "0.1.12" version = "0.1.13"
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"