From 18b48f335ecdcfbe472ed3096c770be70bcdf034 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 1 Dec 2017 13:02:13 -0800 Subject: [PATCH] complex: bump to 0.1.41 `Complex` now implements `Num`, `Rem`, and `RemAssign`. (Complex remainders don't have a clear mathematical basis, but we choose to round toward zero to a gaussian integer.) --- complex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex/Cargo.toml b/complex/Cargo.toml index 911986e..97eadfe 100644 --- a/complex/Cargo.toml +++ b/complex/Cargo.toml @@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ] license = "MIT/Apache-2.0" name = "num-complex" repository = "https://github.com/rust-num/num" -version = "0.1.40" +version = "0.1.41" [dependencies]