From 1c2951d9dc38fc7d70a2c7a6855824cba35e6c02 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Wed, 14 Nov 2018 15:26:35 -0500 Subject: [PATCH] bump version to 0.11.0 Landed PRs: - optimize snapshots (#14) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]