From f89538c594225f117c34a78ebe22ebf7d9b5f83a Mon Sep 17 00:00:00 2001 From: Astrid Klipfel Date: Sun, 31 May 2026 12:13:38 +0200 Subject: [PATCH] format and update Cargo.lock --- Cargo.lock | 2 +- src/main.rs | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7369fff..be3c1f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ ] [[package]] -name = "no-more-secret" +name = "no-more-secrets" version = "0.1.0" dependencies = [ "rand", diff --git a/src/main.rs b/src/main.rs index 3ef31bd..94a2ab0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -88,11 +88,10 @@ impl Cipher { match m { true => print!("{c}"), false => { - if rand::random_range(0..100)