diff options
| -rw-r--r-- | Cargo.lock | 4 | ||||
| -rw-r--r-- | Cargo.toml | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -246,7 +246,11 @@ dependencies = [ [[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) dependencies = [ "clap", "colored", @@ -1,6 +1,10 @@ [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" |