From 6c7c68f793a1c72c490793fe3d06180a1146eb77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lauzier?= Date: Mon, 7 Jun 2021 19:46:39 -0400 Subject: [PATCH] update approx to 0.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9e3d71..e5c355c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ unstable = [] swizzle = [] [dependencies] -approx = "0.4" +approx = "0.5" mint = { version = "0.5", optional = true } num-traits = "0.2" # small_rng used only for benchmarks