Skip to content

Commit

Permalink
release 0.14.0
Browse files Browse the repository at this point in the history
Changes:

* Allow the UndoLog to be supplied separately (rust-lang#29)
  • Loading branch information
nikomatsakis committed Apr 10, 2020
1 parent 5280226 commit fb6143a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <niko@alum.mit.edu>"]
readme = "README.md"
keywords = ["unification", "union-find"]
Expand Down

0 comments on commit fb6143a

Please sign in to comment.