From d02e12709ec649211fb175514d740eb6c1862f21 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 13 Feb 2018 12:39:10 +0100 Subject: [PATCH] Update log to 0.4 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9d91f8b..5482c7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "plane-split" -version = "0.7.0" +version = "0.7.1" description = "Plane splitting" authors = ["Dzmitry Malyshau "] license = "MPL-2.0" @@ -11,5 +11,5 @@ documentation = "https://docs.rs/plane-split" [dependencies] binary-space-partition = "0.1.2" euclid = "0.16" -log = "0.3" +log = "0.4" num-traits = {version = "0.1.37", default-features = false}