diff options
| author | 2025-05-28 00:04:49 +0800 | |
|---|---|---|
| committer | 2025-05-28 00:04:49 +0800 | |
| commit | e52f8f215b406b019c84e23fdb9568d2aaec3b66 (patch) | |
| tree | d944189815077905830471f17c0dccc7f0ae4435 /Cargo.toml | |
| parent | 19b311cb3dd6b3d43b343a7e45cd07a88663bdf1 (diff) | |
| download | soon-e52f8f215b406b019c84e23fdb9568d2aaec3b66.tar.gz soon-e52f8f215b406b019c84e23fdb9568d2aaec3b66.zip | |
feat: Bump version from 0.1.4 to 0.1.5 in Cargo.toml and Cargo.lockv0.1.5
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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] |