From 01a60ca6eb5582b5b42e9548f27199e44fbac95a Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 10 Oct 2024 12:02:30 -0500 Subject: [PATCH] test: Upgrade to 2021 edition --- tests/custom-panic/Cargo.toml | 2 +- tests/single-panic/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/custom-panic/Cargo.toml b/tests/custom-panic/Cargo.toml index c00b2ac..aeee9c9 100644 --- a/tests/custom-panic/Cargo.toml +++ b/tests/custom-panic/Cargo.toml @@ -2,7 +2,7 @@ name = "custom-panic-test" version = "0.1.0" authors = ["Human Panic Authors "] -edition = "2018" +edition.workspace = true publish = false [package.metadata.release] diff --git a/tests/single-panic/Cargo.toml b/tests/single-panic/Cargo.toml index e2d2495..af1d966 100644 --- a/tests/single-panic/Cargo.toml +++ b/tests/single-panic/Cargo.toml @@ -2,7 +2,7 @@ name = "single-panic-test" version = "0.1.0" authors = ["Human Panic Authors "] -edition = "2018" +edition.workspace = true publish = false [package.metadata.release]