forked from M-Labs/artiq-zynq
fix nalgebra url typo
This commit is contained in:
parent
78d6b7ddcf
commit
94fe4d9431
|
@ -34,7 +34,7 @@ io = { path = "../libio" }
|
|||
libboard_artiq = { path = "../libboard_artiq" }
|
||||
|
||||
[dependencies.nalgebra]
|
||||
git = "https://git.m-labs.hk/M-labs/nalgebra.git"
|
||||
git = "https://git.m-labs.hk/M-Labs/nalgebra.git"
|
||||
rev = "dd00f9b"
|
||||
default-features = false
|
||||
features = ["libm", "alloc"]
|
||||
|
|
Loading…
Reference in New Issue