Browse Source

Update relative paths

content-update
xpetit 3 years ago
parent
commit
62e2023136
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      rust/tests/fibonacci2_test/Cargo.toml
  2. 2
      rust/tests/scalar_test/Cargo.toml

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

2
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"}
scalar = {path = "../../../../rust-piscine-solutions/scalar"}

Loading…
Cancel
Save