From 0472f6c91ce7afc7215a4e1e1be312c2c1ccba8c Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Tue, 18 Jan 2022 13:41:01 +0100 Subject: [PATCH] Use 2021 edition for libcore tests --- patches/0022-sysroot-Disable-not-compiling-tests.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/0022-sysroot-Disable-not-compiling-tests.patch b/patches/0022-sysroot-Disable-not-compiling-tests.patch index 25a315f666e..ff8d5e8742b 100644 --- a/patches/0022-sysroot-Disable-not-compiling-tests.patch +++ b/patches/0022-sysroot-Disable-not-compiling-tests.patch @@ -22,7 +22,7 @@ index 0000000..46fd999 +[package] +name = "core" +version = "0.0.0" -+edition = "2018" ++edition = "2021" + +[lib] +name = "coretests"