From bfc3fae96b53e60fc0412d37a8ee920a6cb3a960 Mon Sep 17 00:00:00 2001 From: OTheDev <116417456+OTheDev@users.noreply.github.com> Date: Thu, 14 Nov 2024 02:14:15 +0700 Subject: [PATCH] Update examples to use version 0.1.1 --- examples/sorting/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/sorting/Cargo.toml b/examples/sorting/Cargo.toml index a8c3061..355f110 100644 --- a/examples/sorting/Cargo.toml +++ b/examples/sorting/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -benchplot = { path = "../../benchplot" } +benchplot = "0.1.1" rand = "0.8.5"