From 38c9d70f62bf83e3d9a6148b3d78475b32475d78 Mon Sep 17 00:00:00 2001 From: exoego Date: Thu, 28 Mar 2024 18:39:50 +0900 Subject: [PATCH 1/2] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03961d3..ce76f33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cold-stat" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["TATSUNO Yasuhiro "] license = "MIT" From 02bf773a2e19dc82e63b64905d7f2421d19474cd Mon Sep 17 00:00:00 2001 From: exoego Date: Thu, 28 Mar 2024 18:40:02 +0900 Subject: [PATCH 2/2] Shorten description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ce76f33..629edde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.3" edition = "2021" authors = ["TATSUNO Yasuhiro "] license = "MIT" -description = "A CLI tool to statically analyze cold start of AWS Lambda functions." +description = "CLI to statically analyze cold start of AWS Lambda functions." readme = "README.md" homepage = "https://github.com/exoego/cold-stat" repository = "https://github.com/exoego/cold-stat"