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)