diff --git a/Cargo.toml b/Cargo.toml index dbc6d7d..be5cad4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Union-find, congruence closure, and other unification code. Based license = "MIT/Apache-2.0" homepage = "https://github.com/nikomatsakis/ena" repository = "https://github.com/nikomatsakis/ena" -version = "0.10.1" +version = "0.11.0" authors = ["Niko Matsakis "] readme = "README.md" keywords = ["unification", "union-find"]