bump rand -> 0.7, fix unused macro warnings in tests

This commit is contained in:
Shane Pearman 2019-08-11 16:59:47 -07:00
parent fcf59c8082
commit 2387544e08
7 changed files with 1 additions and 7 deletions

View file

@ -24,7 +24,7 @@ swizzle = []
approx = "0.3"
mint = { version = "0.5", optional = true }
num-traits = "0.2"
rand = { version = "0.6", optional = true }
rand = { version = "0.7", optional = true }
serde = { version = "1.0", features = ["serde_derive"], optional = true }
simd = { version = "0.2", optional = true }

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[macro_use]
extern crate approx;
extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[macro_use]
extern crate approx;
extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[macro_use]
extern crate approx;
extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[macro_use]
extern crate approx;
extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[macro_use]
extern crate approx;
extern crate cgmath;

View file

@ -13,7 +13,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#[macro_use]
extern crate approx;
extern crate cgmath;