From 0ee72e2bec537c78056b3b34734a8ee7cb9a6679 Mon Sep 17 00:00:00 2001 From: kenoss Date: Sat, 5 Oct 2024 22:48:29 +0900 Subject: [PATCH] v0.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e0af5e..82bef2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "thin_delegate" -version = "0.0.0" +version = "0.0.1" dependencies = [ "indoc", "itertools", diff --git a/Cargo.toml b/Cargo.toml index a7560e5..ea1b87a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thin_delegate" -version = "0.0.0" +version = "0.0.1" edition = "2021" authors = ["keno (Ken Okada) "] categories = ["rust-patterns"]