From 5232c556ff71031320dd38bbadddcd76dd557f4b Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Thu, 6 Dec 2018 22:11:03 -0500 Subject: [PATCH] Actually upgrade the edition --- Cargo.toml | 3 ++- qadapt-macro/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b401e72..3f81b2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,7 @@ categories = [ "memory-management" ] repository = "https://github.com/bspeice/qadapt.git" +edition = "2018" [badges] maintenance = { status = "actively-developed" } @@ -26,4 +27,4 @@ thread-id = "3.3" qadapt-macro = { version = "0.7.1", path = "./qadapt-macro" } [dev-dependencies] -env_logger = "0.6" \ No newline at end of file +env_logger = "0.6" diff --git a/qadapt-macro/Cargo.toml b/qadapt-macro/Cargo.toml index 94f6842..580947f 100644 --- a/qadapt-macro/Cargo.toml +++ b/qadapt-macro/Cargo.toml @@ -13,6 +13,7 @@ categories = [ "memory-management" ] repository = "https://github.com/bspeice/qadapt.git" +edition = "2018" [badges] maintenance = { status = "actively-developed" }