Update version, authors.

This commit is contained in:
Richard Dodd 2020-09-08 14:01:26 +01:00
parent 04f704a0f8
commit 8bfb983bac
1 changed files with 2 additions and 2 deletions

View File

@ -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 <richard.dodd@itp-group.co.uk>"]
version = "0.1.4"
authors = ["Richard Dodd <richard.o.dodd@gmail.com>", "Joseph Richey", "Sergei Shulepov"]
include = ["src/**/*.rs", "Cargo.toml"]
repository = "https://github.com/derekdreery/integer-sqrt-rs"
readme = "README.md"