diff options
| author | diogo464 <[email protected]> | 2024-01-01 19:03:40 +0000 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2024-01-01 19:03:40 +0000 |
| commit | 87564a6266353f5b983024708f7046a472ece3a2 (patch) | |
| tree | a69c752f459a151831bf7f4a757cec14b36f735a | |
| parent | 6110910269b7b5fac8c6fdc767d11f5fe16404d7 (diff) | |
version 0.1.1
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -908,7 +908,7 @@ dependencies = [ | |||
| 908 | 908 | ||
| 909 | [[package]] | 909 | [[package]] |
| 910 | name = "zsnap" | 910 | name = "zsnap" |
| 911 | version = "0.1.0" | 911 | version = "0.1.1" |
| 912 | dependencies = [ | 912 | dependencies = [ |
| 913 | "chrono", | 913 | "chrono", |
| 914 | "clap", | 914 | "clap", |
| @@ -1,6 +1,6 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "zsnap" | 2 | name = "zsnap" |
| 3 | version = "0.1.0" | 3 | version = "0.1.1" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
