From e6f8f33c739d9e390f47cb58ba850c7cbfa4ef31 Mon Sep 17 00:00:00 2001 From: Xiliang Chen Date: Wed, 9 Sep 2020 20:42:00 +1200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94da88e..50c0c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "integer-sqrt" description = """ An implementation of integer square root algorithm for primitive rust types""" -version = "0.1.4" +version = "0.1.5" authors = ["Richard Dodd ", "Joseph Richey", "Sergei Shulepov"] include = ["src/**/*.rs", "Cargo.toml"] repository = "https://github.com/derekdreery/integer-sqrt-rs"