bump to 0.2.4
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
881ebb3a0ac422e904d8be10338b529f3b35b5c3- Parents
-
0e6435d - Tree
9a348ef
881ebb3
881ebb3a0ac422e904d8be10338b529f3b35b5c30e6435d
9a348ef| Status | File | + | - |
|---|---|---|---|
| M |
Cargo.lock
|
1 | 1 |
| M |
Cargo.toml
|
1 | 1 |
Cargo.lockmodified@@ -290,7 +290,7 @@ dependencies = [ | ||
| 290 | 290 | |
| 291 | 291 | [[package]] |
| 292 | 292 | name = "gump" |
| 293 | -version = "0.2.3" | |
| 293 | +version = "0.2.4" | |
| 294 | 294 | dependencies = [ |
| 295 | 295 | "bincode", |
| 296 | 296 | "chrono", |
Cargo.tomlmodified@@ -1,6 +1,6 @@ | ||
| 1 | 1 | [package] |
| 2 | 2 | name = "gump" |
| 3 | -version = "0.2.3" | |
| 3 | +version = "0.2.4" | |
| 4 | 4 | edition = "2021" |
| 5 | 5 | description = "A smarter cd command - zoxide without the z" |
| 6 | 6 | authors = ["mfwolffe"] |