From 97986b605f42dd17870707e32b500f1988503d39 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 14 Sep 2026 10:29:52 -0600 Subject: [PATCH] dit v0.0.1-alpha Initial release to claim the crate name, though #1472 should be addressed before a final release --- Cargo.lock | 2 +- dit/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bf53069..7023854d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "dit" -version = "0.0.0" +version = "0.0.1-alpha" dependencies = [ "cpufeatures 0.3.1", ] diff --git a/dit/Cargo.toml b/dit/Cargo.toml index 2d4b51b0..857bee5c 100644 --- a/dit/Cargo.toml +++ b/dit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dit" -version = "0.0.0" +version = "0.0.1-alpha" authors = ["RustCrypto Developers"] edition = "2024" rust-version = "1.85"