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" }