From d9a3b711d1f4857768e40ab3a06b20d5d7d9f8f3 Mon Sep 17 00:00:00 2001 From: Maxime Van Hees Date: Thu, 11 Sep 2025 15:24:28 +0200 Subject: [PATCH] Update tot Rust 2024 edition + update Cargo.toml file --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7e952b6..50d3208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "herodb" version = "0.0.1" -authors = ["Pin Fang "] -edition = "2021" +authors = ["ThreeFold Tech NV"] +edition = "2024" [dependencies] anyhow = "1.0.59"