aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-06-09 19:47:36 +0200
committerHarald Eilertsen <haraldei@anduin.net>2019-06-09 19:47:36 +0200
commiteed9d6ee002e1ad034b3db7057b5a0f8338a736a (patch)
tree979674a5e0ec0dda1f9c515278ca15aa06e7b7df /Cargo.toml
parent30e648412c33df5f26a951d5f11b9d602a0da149 (diff)
downloadrust-zotapi-eed9d6ee002e1ad034b3db7057b5a0f8338a736a.tar.gz
rust-zotapi-eed9d6ee002e1ad034b3db7057b5a0f8338a736a.tar.bz2
rust-zotapi-eed9d6ee002e1ad034b3db7057b5a0f8338a736a.zip
Use rust edition 2018.
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 003b23a..4a6d634 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@
name = "zotapi"
version = "0.1.0"
authors = ["haraldei"]
+edition = "2018"
[dependencies]
reqwest = "0.9.1"