From 1c2394227ec2e97911053871ce981f9f0d7b0350 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sat, 8 Dec 2018 22:41:33 -0700 Subject: [PATCH] Enable Rust 2018 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index c52d0c6e1..d61e05fa1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ readme = "README.md" repository = "https://github.com/solana-labs/solana" authors = ["Solana Maintainers "] license = "Apache-2.0" +edition = "2018" [[bin]] name = "solana-upload-perf"