From 23a669cf1a91f459e564511098ae287f20981b42 Mon Sep 17 00:00:00 2001 From: ns Date: Thu, 4 Nov 2021 22:22:42 -0400 Subject: [PATCH] Rust 2021 edition --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7712cf2..0e42d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bls2brs" version = "0.3.0" authors = ["ns "] -edition = "2018" +edition = "2021" [dependencies] lazy_static = "1"