From abaaaac72f7cb6c9ce862ac7ad430525ac63fa29 Mon Sep 17 00:00:00 2001 From: Caio Date: Wed, 10 Jul 2024 10:59:31 -0300 Subject: [PATCH] cl-aux-5.0.0 --- Cargo.lock | 2 +- cl-aux/Cargo.toml | 2 +- ndstruct/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index beed00e..c39f474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ [[package]] name = "cl-aux" -version = "4.4.0" +version = "5.0.0" dependencies = [ "arrayvec", "serde", diff --git a/cl-aux/Cargo.toml b/cl-aux/Cargo.toml index a1be7be..e252999 100644 --- a/cl-aux/Cargo.toml +++ b/cl-aux/Cargo.toml @@ -20,4 +20,4 @@ name = "cl-aux" readme = "README.md" repository = "https://github.com/c410-f3r/regular-crates" rust-version = "1.65" -version = "4.4.0" +version = "5.0.0" diff --git a/ndstruct/Cargo.toml b/ndstruct/Cargo.toml index 56b0dda..1b9beb5 100644 --- a/ndstruct/Cargo.toml +++ b/ndstruct/Cargo.toml @@ -1,5 +1,5 @@ [dependencies] -cl-aux = { default-features = false, features = ["serde"], path = "../cl-aux", version = "4.0" } +cl-aux = { default-features = false, features = ["serde"], path = "../cl-aux", version = "5.0" } rand = { default-features = false, optional = true, version = "0.8" } rayon = { default-features = false, optional = true, version = "1.10" } serde = { default-features = false, features = ["derive"], optional = true, version = "1.0" }