summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-01-28 23:52:52 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2017-01-29 10:22:39 +0100
commite140c2b5c5bb5abab7fcc6a9d4540aaa3bf566a6 (patch)
treefb2302cd388eb3fb78277bb88a0c99a97a2a1773 /Cargo.toml
parentfa8fb69da0b3a9d24bff09da3795e54d6b20a157 (diff)
Use void for the unreachable serializers
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b9c18f0..a68819a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,3 +14,4 @@ test = false
[dependencies]
serde = "0.9.2"
url = "1.0.0"
+void = "1.0.2"