We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508686a commit 6d51ba6Copy full SHA for 6d51ba6
Cargo.toml
@@ -15,10 +15,10 @@ description = "Manage multiple rust installations with ease"
15
[features]
16
default = ["curl-backend", "reqwest-backend"]
17
curl-backend = ["download/curl-backend"]
18
-# Include in the default set to disable self-update and uninstall.
19
-no-self-update = []
20
reqwest-backend = ["download/reqwest-backend"]
21
vendored-openssl = ['openssl/vendored']
+# Include in the default set to disable self-update and uninstall.
+no-self-update = []
22
23
# Sorted by alphabetic order
24
[dependencies]
@@ -44,7 +44,8 @@ semver = "0.9"
44
sha2 = "0.8"
45
tar = "0.4"
46
tempdir = "0.3.4"
47
-term = "0.5"
+# FIXME(issue #1788)
48
+term = "=0.5.1"
49
time = "0.1.34"
50
toml = "0.5"
51
url = "1"
0 commit comments