From 90bfc417944b278def4eb3b00be98210193daf15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 18:51:19 +0000 Subject: [PATCH] Release v0.1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba76915..446d3b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "tinycortex" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 70f557d..08801e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ name = "tinycortex" # the repository has actually been in, and buys the git dependency that lets the # duplicate contract go away (tinymemory#18 §A1). publish = false -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "GPL-3.0-only" repository = "https://github.com/tinyhumansai/tinycortex"