From e52f8f215b406b019c84e23fdb9568d2aaec3b66 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Wed, 28 May 2025 00:04:49 +0800 Subject: feat: Bump version from 0.1.4 to 0.1.5 in Cargo.toml and Cargo.lock --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 92571cf..15b27ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "soon" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" @@ -8,9 +8,8 @@ repository = "https://github.com/HsiangNianian/soon" authors = ["HsiangNianian"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -# 生成 CLI 可执行文件 [[bin]] -name = "soon" # CLI 名称与 Python 包名一致 +name = "soon" path = "src/main.rs" [dependencies] -- cgit v1.2.3-70-g09d2