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_ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_ffi') diff --git a/test_ffi/Cargo.toml b/test_ffi/Cargo.toml index 737efe21e..8c9be227c 100644 --- a/test_ffi/Cargo.toml +++ b/test_ffi/Cargo.toml @@ -4,7 +4,7 @@ name = "test_ffi" version = "0.1.0" authors = ["the deno authors"] -edition = "2018" +edition = "2021" publish = false [lib] -- cgit v1.2.3