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"