From 8bfb983bac66dee92fac0de3719f82c5666a3e29 Mon Sep 17 00:00:00 2001 From: Richard Dodd Date: Tue, 8 Sep 2020 14:01:26 +0100 Subject: [PATCH] Update version, authors. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8aed8fe..c7cce52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "integer-sqrt" description = """ An implementation of integer square root algorithm for primitive rust types""" -version = "0.1.3" -authors = ["Richard Dodd "] +version = "0.1.4" +authors = ["Richard Dodd ", "Joseph Richey", "Sergei Shulepov"] include = ["src/**/*.rs", "Cargo.toml"] repository = "https://github.com/derekdreery/integer-sqrt-rs" readme = "README.md"