From 9a9765a1dbf35c00a688e635a56730e87b2eb56e Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Thu, 8 Jun 2017 23:46:08 -0700 Subject: [PATCH] complex: bump to 0.1.38 --- complex/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complex/Cargo.toml b/complex/Cargo.toml index 29f7fe8..86a0972 100644 --- a/complex/Cargo.toml +++ b/complex/Cargo.toml @@ -7,7 +7,7 @@ keywords = ["mathematics", "numerics"] license = "MIT/Apache-2.0" name = "num-complex" repository = "https://github.com/rust-num/num" -version = "0.1.37" +version = "0.1.38" [dependencies]