diff --git a/Cargo.toml b/Cargo.toml index 8771188..ca9c4a4 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.1" +version = "0.1.2" authors = ["Richard Dodd "] include = ["src/**/*.rs", "Cargo.toml"] repository = "https://github.com/derekdreery/integer-sqrt-rs"