# HG changeset patch # User Tuomo Valkonen # Date 1682676919 -10800 # Node ID bd13c2ae3450e103c6a1a4d9fe869feb281c2fe9 # Parent 87649ccfa6a815c936274c961144707cece76887 Bump required alg_tools version diff -r 87649ccfa6a8 -r bd13c2ae3450 Cargo.lock --- a/Cargo.lock Fri Apr 28 08:20:51 2023 +0300 +++ b/Cargo.lock Fri Apr 28 13:15:19 2023 +0300 @@ -39,7 +39,7 @@ [[package]] name = "alg_tools" -version = "0.1.0" +version = "0.2.0-dev" dependencies = [ "colored", "cpu-time", diff -r 87649ccfa6a8 -r bd13c2ae3450 Cargo.toml --- a/Cargo.toml Fri Apr 28 08:20:51 2023 +0300 +++ b/Cargo.toml Fri Apr 28 13:15:19 2023 +0300 @@ -22,7 +22,7 @@ categories = ["mathematics", "science", "computer-vision"] [dependencies] -alg_tools = { version = "~0.1.0", path = "../alg_tools", default-features = false } +alg_tools = { version = "~0.2.0-dev", path = "../alg_tools", default-features = false } serde = { version = "1.0", features = ["derive"] } num-traits = { version = "~0.2.14", features = ["std"] } rand = "~0.8.5"