diff options
| author | 2025-05-25 03:01:41 +0800 | |
|---|---|---|
| committer | 2025-05-25 10:48:37 +0800 | |
| commit | 138430adc753a6255ac1610ada99b26623bd3ed7 (patch) | |
| tree | 90e78b71215a7c8b42b39cf1ceb78c12733fe3d8 | |
| parent | f4d9d597a99ca0ed53c78cf600af9b4a8571ed06 (diff) | |
| download | soon-138430adc753a6255ac1610ada99b26623bd3ed7.tar.gz soon-138430adc753a6255ac1610ada99b26623bd3ed7.zip | |
feat: Add GitHub Actions workflow for publishing to AUR
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,10 +1,6 @@ [package] name = "soon" -<<<<<<< HEAD version = "0.1.3" -======= -version = "0.1.1" ->>>>>>> 63967be (feat: Bump version to 0.1.1 in Cargo.toml and Cargo.lock) edition = "2021" description = "Predict your next shell command based on history — like shell autocomplete, but MORE stupid" license = "MIT" |