From 754df8bb378359b1dbc0ab6b906218354e0452a5 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 d0a45a9..b58d83d 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"]