From 8e31bbbe551e95a40a78fd96671916f917218b93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 2 Nov 2021 15:03:37 +0100 Subject: chore: update to Rust edition 2021 (#12578) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index e93793392..279cb4d30 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -4,7 +4,7 @@ name = "test_util" version = "0.1.0" authors = ["the Deno authors"] -edition = "2018" +edition = "2021" publish = false [[bin]] -- cgit v1.2.3