Skip to content

Commit be02638

Browse files
committed
Bump term dependency to 1.0
This new version has some bugfixes and improvements, and greatly reduces the transitive dependencies. Dropping the term dependency entirely (lalrpop#7) is still something we should do, but this is an easy improvement in the meantime.
1 parent 939afe2 commit be02638

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
@@ -8,7 +8,7 @@ license = "Apache-2.0/MIT"
88
edition = "2018"
99

1010
[dependencies]
11-
term = "0.7"
11+
term = "1"
1212

1313
[dev-dependencies]
1414
diff = "0.1"

0 commit comments

Comments
 (0)