From ee9e0a5af384182685e93ff2c7d35d1c0bf9592c Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 8 May 2024 20:09:14 +0200 Subject: [PATCH] update local crate paths --- lab3/zad1/gen_rand/Cargo.toml | 2 +- lab3/zad1/rand_select/Cargo.toml | 4 ++-- lab3/zad1/select/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lab3/zad1/gen_rand/Cargo.toml b/lab3/zad1/gen_rand/Cargo.toml index 31058c9..45cb473 100644 --- a/lab3/zad1/gen_rand/Cargo.toml +++ b/lab3/zad1/gen_rand/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -libgen = { path = "../../libgen" } +libgen = { path = "../../../libgen" } diff --git a/lab3/zad1/rand_select/Cargo.toml b/lab3/zad1/rand_select/Cargo.toml index 1f5ebc6..d795886 100644 --- a/lab3/zad1/rand_select/Cargo.toml +++ b/lab3/zad1/rand_select/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -libselect = { path = "../../libselect" } -libsort = { path = "../../libsort" } +libselect = { path = "../../../libselect" } +libsort = { path = "../../../libsort" } diff --git a/lab3/zad1/select/Cargo.toml b/lab3/zad1/select/Cargo.toml index 54c5fef..9ef88a2 100644 --- a/lab3/zad1/select/Cargo.toml +++ b/lab3/zad1/select/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -libselect = { path = "../../libselect" } -libsort = { path = "../../libsort" } +libselect = { path = "../../../libselect" } +libsort = { path = "../../../libsort/" }