diff options
| author | Mariot Tsitoara <[email protected]> | 2021-01-03 22:40:38 +0100 |
|---|---|---|
| committer | Mariot Tsitoara <[email protected]> | 2021-01-03 22:40:38 +0100 |
| commit | eea1bf4fbee230f16fd17a16f3d52167d40c2048 (patch) | |
| tree | 553a982818bc07568d474b2dc2f6cd32605f0a83 /Cargo.toml | |
| parent | Add reload and sleep actions (diff) | |
| download | chan-downloader-eea1bf4fbee230f16fd17a16f3d52167d40c2048.tar.xz chan-downloader-eea1bf4fbee230f16fd17a16f3d52167d40c2048.zip | |
Use bytes instead of text for image saving
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "chan-downloader" description = "CLI to download all images/webms of a 4chan thread" -version = "0.1.6" +version = "0.1.7" authors = ["Mariot Tsitoara <[email protected]>"] edition = "2018" license = "MIT" |