diff options
| author | 2025-05-28 01:18:22 +0800 | |
|---|---|---|
| committer | 2025-05-28 01:18:22 +0800 | |
| commit | f5c24e35142af161d724b334ae77b3f6b6998a22 (patch) | |
| tree | 3a3336f03472019b8708ddf9f9130e10968eebda | |
| parent | 7635921692629f661e91c8a2e47c66a200ad88c9 (diff) | |
| download | soon-f5c24e35142af161d724b334ae77b3f6b6998a22.tar.gz soon-f5c24e35142af161d724b334ae77b3f6b6998a22.zip | |
feat: Update version to 0.1.5-2 in Cargo.toml and Cargo.lockv0.1.5-2
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "soon" -version = "0.1.5" +version = "0.1.5-2" dependencies = [ "clap", "colored", @@ -1,6 +1,6 @@ [package] name = "soon" -version = "0.1.5" +version = "0.1.5-2" edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" |