From c68b050efbc309a1a405d231fa3bc73d5b9e9482 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sat, 5 Jan 2019 21:44:41 -0700 Subject: [PATCH] Require Rust 2018 edition. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 6e3c9f1..508038f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ license = "MIT/Apache-2.0" name = "jubjub" repository = "https://github.com/zkcrypto/jubjub" version = "0.0.0" +edition = "2018" [dependencies.byteorder] version = "1"