diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 15:36:17 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-12 15:37:11 +0200 |
commit | 9491e4e16dbcd4d799ec475e461f1008cc319ff1 (patch) | |
tree | cd149f40583faf4c8f316975f6ff98fa9c10c07c /Cargo.toml | |
parent | d772b974feb77e19e0a32069f962dc22e450b352 (diff) |
We can terminate with EOF when using -iv1.0.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "mmv" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "0BSD" description = "Mapped file moves" |