commit 6008e10a20ce3dd4e28e723a3ff55c4d2ea5f188
parent aa1b0ad6bde2c21d5b6bf688fff606a037548891
Author: jojo <jojolepromain@gmail.com>
Date: Wed, 27 Sep 2017 12:16:36 -0400
Fixed wrong documentation link
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "partial_function"
-version = "0.1.0"
+version = "0.1.1"
authors = ["jojolepro <jojolepromain@gmail.com>"]
description = """
A clean way to define function as a set of subfunctions where each has
@@ -8,8 +8,7 @@ defined start and end bounds.
"""
keywords = ["partial", "function", "curve"]
-categories = ["util", "math"]
-documentation = "https://docs.rs/glium"
+documentation = "https://docs.rs/partialfunction"
repository = "https://github.com/jojolepro/partialfunction"
license = "Apache-2.0"
exclude = ["doc"]