From 11a23dd5d7c59400faad0ce18abe6628e18d6770 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Fri, 14 Jul 2017 17:33:58 -0700 Subject: [PATCH] complex: bump to 0.1.39 --- complex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex/Cargo.toml b/complex/Cargo.toml index 8a89c0b..26a1bd2 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.38" +version = "0.1.39" [dependencies]