From 6d0660561be5b176f67fb3c15b83b7ded7b81fb5 Mon Sep 17 00:00:00 2001 From: L <457124+liborty@users.noreply.github.com> Date: Tue, 13 Feb 2024 20:37:24 +1000 Subject: [PATCH] 3.0.7 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44636db..eb6e7ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medians" -version = "3.0.6" +version = "3.0.7" authors = ["Libor Spacek"] edition = "2021" description = "Median, Statistical Measures, Mathematics, Statistics" @@ -25,7 +25,7 @@ missing_docs = "warn" maintenance = { status = "actively-developed" } [lib] [dependencies] -indxvec = "1.8" +indxvec = "1.8.9" [dev-dependencies] ran = "2.0" times = "1.0"