Skip to content

Commit 5d93337

Browse files
committed
version 0.7.3
1 parent 3f3f9d9 commit 5d93337

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ TAGS
22
/target
33
/Cargo.lock
44
*~
5+
*.rs.bk

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.7.2"
7+
version = "0.7.3"
88
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
99

1010
[features]

0 commit comments

Comments
 (0)