diff --git a/Cargo.toml b/Cargo.toml index d3166cb..c2c2e40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -myClasses = {path = "/home/matthew/Programs/Rust/RustClasses"} -num = "0.2.1" +myClasses = {path = "../../Rust/RustClasses"} +num = "0.3.0"