From 62e20231360d0912aee3299dcad2ce03a47f9210 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Mon, 21 Dec 2020 17:20:25 +0100 Subject: [PATCH] Update relative paths --- rust/tests/fibonacci2_test/Cargo.toml | 2 +- rust/tests/scalar_test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/tests/fibonacci2_test/Cargo.toml b/rust/tests/fibonacci2_test/Cargo.toml index 8b2ab8fe..c625e2c7 100644 --- a/rust/tests/fibonacci2_test/Cargo.toml +++ b/rust/tests/fibonacci2_test/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -fibonacci = {path = "../../../../Documents/rust/rust-piscine-solutions/fibonacci"} +fibonacci = {path = "../../../../rust-piscine-solutions/fibonacci"} diff --git a/rust/tests/scalar_test/Cargo.toml b/rust/tests/scalar_test/Cargo.toml index 381d686a..d45a77cb 100644 --- a/rust/tests/scalar_test/Cargo.toml +++ b/rust/tests/scalar_test/Cargo.toml @@ -7,4 +7,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -scalar = {path = "../../../../Documents/rust/rust-piscine-solutions/scalar"} \ No newline at end of file +scalar = {path = "../../../../rust-piscine-solutions/scalar"}