bump to 0.2.3
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
c7ffa6a8690cffd6fb11238b27f5e28e4c56a580- Parents
-
99ab201 - Tree
72be55f
c7ffa6a
c7ffa6a8690cffd6fb11238b27f5e28e4c56a58099ab201
72be55f| 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.2" | |
| 293 | +version = "0.2.3" | |
| 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.2" | |
| 3 | +version = "0.2.3" | |
| 4 | 4 | edition = "2021" |
| 5 | 5 | description = "A smarter cd command - zoxide without the z" |
| 6 | 6 | authors = ["mfwolffe"] |