diff --git a/Cargo.lock b/Cargo.lock index 82bef2a..e876037 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1048,7 +1048,7 @@ dependencies = [ [[package]] name = "thin_delegate" -version = "0.0.1" +version = "0.0.2" dependencies = [ "indoc", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 2471b35..b3576f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thin_delegate" -version = "0.0.1" +version = "0.0.2" edition = "2021" authors = ["keno (Ken Okada) "] categories = ["rust-patterns"]