From 2d1fe24a424aea1f51c5a26ac1b1e1ca3000c1f4 Mon Sep 17 00:00:00 2001 From: lcnr Date: Mon, 6 May 2024 14:16:07 -0400 Subject: [PATCH] update minor version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b606aed..4f074b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Union-find, congruence closure, and other unification code. Based license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/ena" repository = "https://github.com/rust-lang/ena" -version = "0.14.2" +version = "0.14.3" authors = ["Niko Matsakis "] readme = "README.md" keywords = ["unification", "union-find"]