From c19ad59d10913c2bc026159bb6ea3740deac6cd7 Mon Sep 17 00:00:00 2001 From: diogo464 Date: Fri, 8 Aug 2025 15:37:40 +0100 Subject: updated Cargo.toml --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 318ff7b..36c25c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] -name = "rhex" -version = "0.1.0" -authors = ["diogo "] -edition = "2021" +name = "hex" +version = "1.0.0" +authors = ["diogo "] +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit