Skip to content

Commit 9de94ec

Browse files
committed
release 0.12.0
Changes since 0.11.0: - Introduced the `values_since_snapshot` method and changed some internal traits.
1 parent 82ed50c commit 9de94ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Union-find, congruence closure, and other unification code. Based
44
license = "MIT/Apache-2.0"
55
homepage = "https://github.com/nikomatsakis/ena"
66
repository = "https://github.com/nikomatsakis/ena"
7-
version = "0.11.0"
7+
version = "0.12.0"
88
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
99
readme = "README.md"
1010
keywords = ["unification", "union-find"]

0 commit comments

Comments
 (0)