From fb6143a23a4e3c313c8acc1ee68b9a11b72c978e Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 10 Apr 2020 19:03:17 +0000 Subject: [PATCH] release 0.14.0 Changes: * Allow the UndoLog to be supplied separately (rust-lang/ena#29) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66d6e41..f92e459 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/rust-lang-nursery/ena" repository = "https://github.com/rust-lang-nursery/ena" -version = "0.13.1" +version = "0.14.0" authors = ["Niko Matsakis "] readme = "README.md" keywords = ["unification", "union-find"]