aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMariot Tsitoara <[email protected]>2021-01-03 22:40:38 +0100
committerMariot Tsitoara <[email protected]>2021-01-03 22:40:38 +0100
commiteea1bf4fbee230f16fd17a16f3d52167d40c2048 (patch)
tree553a982818bc07568d474b2dc2f6cd32605f0a83 /Cargo.toml
parentAdd reload and sleep actions (diff)
downloadchan-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 71536b9..6e87776 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"