From 60013f34dad46fa4b151b37ee6f01cefd153c8c1 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 14 Nov 2023 22:01:17 -0500 Subject: [PATCH] Set edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bd843ea..033c1ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "dust-lang" description = "Data-Oriented Programming Language" version = "0.3.5" repository = "https://github.com/tree-sitter/tree-sitter-dust" -edition = "2018" +edition = "2021" license = "MIT" [[bin]]