From 4c2aa05a27653211f423d10f03be73fe034b627c Mon Sep 17 00:00:00 2001 From: nick Date: Sat, 14 Oct 2023 14:56:14 -0700 Subject: [PATCH] Update Cargo.toml with edition = "2021" --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index fb4fe384f7..3825cb5a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ members = [ "scylla-cql", "scylla-proxy", ] +edition = "2021"