From 74ed377ecb8ba98bcce960be79ec103fd1131bc8 Mon Sep 17 00:00:00 2001 From: Benjamin Saunders Date: Sun, 14 May 2017 11:52:42 -0700 Subject: [PATCH] Update nalgebra dev dependency 0.8.2 was being rejected by current rustc. --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 24b5fea..d16f89d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,4 @@ openvr_sys = { git = "https://github.com/Ralith/rust-openvr-sys.git", branch = " [dev_dependencies] glium = "0.14.0" -num = "0.1.31" -nalgebra = "0.8.2" +nalgebra = "0.12"