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"}