diff --git a/Cargo.lock b/Cargo.lock index 0ae4b24..022878e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2589,7 +2589,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "toes-matter" -version = "0.1.17" +version = "0.1.18" dependencies = [ "async-compat", "embassy-time-queue-utils", diff --git a/Cargo.toml b/Cargo.toml index d31d337..ca870e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toes-matter" -version = "0.1.17" +version = "0.1.18" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md"