bump to 0.2.6
- SHA
6c5c8feec088fa9b793ef4c7f22c790a71d8e784- Parents
-
2e9132c - Tree
c71b889
6c5c8fe
6c5c8feec088fa9b793ef4c7f22c790a71d8e7842e9132c
c71b889| 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.5" | |
| 293 | +version = "0.2.6" | |
| 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.5" | |
| 3 | +version = "0.2.6" | |
| 4 | 4 | edition = "2021" |
| 5 | 5 | description = "A smarter cd command - zoxide without the z" |
| 6 | 6 | authors = ["mfwolffe"] |