From df1fc1739b0825b756e2766b7046400c6eb19b19 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Fri, 7 Dec 2018 17:16:47 -0800 Subject: [PATCH] Use edition 2018. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 3d28424e..971a3ae1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ authors = ["Jimmy Cuadra "] description = "Digital signatures according to the Matrix specification." documentation = "https://docs.rs/ruma-signatures" +edition = "2018" homepage = "https://github.com/ruma/ruma-signatures" keywords = ["matrix", "chat", "messaging", "ruma", "cryptography"] license = "MIT"