diff --git a/Cargo.toml b/Cargo.toml index 21d58393..0a64023c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rand = { version = "0.5", default-features = false } num-traits = { version = "0.2", default-features = false } num-complex = { version = "0.2.0-git", git = "https://github.com/rust-num/num-complex", default-features = false } approx = { version = "0.2", default-features = false } -alga = { version = "0.5", path = "../alga/alga", default-features = false } +alga = { version = "0.5", git = "https://github.com/sebcrozet/alga.git", branch = "no_std", default-features = false } matrixmultiply = { version = "0.1", optional = true } serde = { version = "1.0", optional = true } serde_derive = { version = "1.0", optional = true }