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}