Skip to content

Commit 6d51ba6

Browse files
committed
cargo: Make term crate at exact version 0.5.1
1 parent 508686a commit 6d51ba6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ description = "Manage multiple rust installations with ease"
1515
[features]
1616
default = ["curl-backend", "reqwest-backend"]
1717
curl-backend = ["download/curl-backend"]
18-
# Include in the default set to disable self-update and uninstall.
19-
no-self-update = []
2018
reqwest-backend = ["download/reqwest-backend"]
2119
vendored-openssl = ['openssl/vendored']
20+
# Include in the default set to disable self-update and uninstall.
21+
no-self-update = []
2222

2323
# Sorted by alphabetic order
2424
[dependencies]
@@ -44,7 +44,8 @@ semver = "0.9"
4444
sha2 = "0.8"
4545
tar = "0.4"
4646
tempdir = "0.3.4"
47-
term = "0.5"
47+
# FIXME(issue #1788)
48+
term = "=0.5.1"
4849
time = "0.1.34"
4950
toml = "0.5"
5051
url = "1"

0 commit comments

Comments
 (0)