From fe70abb8f417db3bbf7c90facf7f683e180cf24e Mon Sep 17 00:00:00 2001 From: _ <_@_> Date: Tue, 15 Jul 2025 06:32:01 +0000 Subject: [PATCH] bump the version correctly and bless this as 1.0 --- Cargo.lock | 7 +++---- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45a3d73..e0557a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "division_of_one" -version = "0.1.3" +version = "1.0.0" dependencies = [ "rand", ] @@ -74,13 +74,12 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha", "rand_core", - "zerocopy", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 60f8040..51be057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,10 +7,10 @@ keywords = ["passphrase", "password"] license = "AGPL-3.0" name = "division_of_one" repository = "https://six-five-six-four.com/git/reactor/division_of_one" -version = "0.1.5" +version = "1.0.0" [dependencies] -rand = { version = "0.9.0", features = ["unbiased"] } +rand = { version = "0.9.1", features = ["unbiased"] } [profile.release] codegen-units = 1