From 84b6c1d56f4bd1b4297187db863c2db6d436c1cf Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Sat, 24 Aug 2024 16:34:00 -0400 Subject: [PATCH] Set edition=2021 on cpp_smoke_test (rust-lang/backtrace-rs#652) This prevents rust compiler from giving a warning --- crates/cpp_smoke_test/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cpp_smoke_test/Cargo.toml b/crates/cpp_smoke_test/Cargo.toml index 1325d7c04..e1e51d92f 100644 --- a/crates/cpp_smoke_test/Cargo.toml +++ b/crates/cpp_smoke_test/Cargo.toml @@ -2,6 +2,7 @@ name = "cpp_smoke_test" version = "0.1.0" authors = ["Nick Fitzgerald "] +edition = "2021" build = "build.rs" [build-dependencies]