From 5548686cfe479ee6c6fdcb6fda1cd0ce7d0a4da5 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 2 Sep 2019 18:10:42 -0700 Subject: [PATCH] Bump edition to 2018. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index afec3b2..5fec1b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "mandelbrot" version = "0.2.0" authors = ["Jim Blandy "] +edition = "2018" [dependencies] num = "0.1.34"