From cea66c1237897255559ef508116d87a9d14969a3 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 23 Oct 2025 10:06:50 +0100 Subject: [PATCH] edition matches workspace --- nym-gateway-directory/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-gateway-directory/Cargo.toml b/nym-gateway-directory/Cargo.toml index 1246b52e64..ecdf99d8aa 100644 --- a/nym-gateway-directory/Cargo.toml +++ b/nym-gateway-directory/Cargo.toml @@ -4,7 +4,7 @@ authors.workspace = true repository.workspace = true homepage.workspace = true license.workspace = true -edition = "2024" +edition.workspace = true [lints] workspace = true