aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2019-12-07 20:05:41 +0100
committerJokler <jokler.contact@gmail.com>2019-12-07 20:05:41 +0100
commit22a3fcec1ec96451012614265e2653ab5f251df1 (patch)
treefccfd3d329ffa49b17d54771292778833164a18c /Cargo.toml
parent99715f0abd1b45c05fd85fed1f2c32d94af4d896 (diff)
downloadfrippy-22a3fcec1ec96451012614265e2653ab5f251df1.tar.gz
frippy-22a3fcec1ec96451012614265e2653ab5f251df1.zip
Upgrade rust edition to 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 3baf84b..d918550 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,6 +8,7 @@ license = "MIT"
keywords = ["irc", "bot"]
categories = ["network-programming"]
description = "An IRC Bot"
+edition = "2018"
[[bin]]
name = "frippy"