File tree 2 files changed +11
-0
lines changed
2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ exclude = ["*.enc"]
30
30
31
31
# Note: don't bump dependencies unless necessary to keep building on old rustc versions
32
32
[dependencies ]
33
+ # https://travis-ci.org/nabijaczleweli/cargo-update/jobs/619241497#L222 broke 1.35.0 with smallvec 1.0.0,
34
+ # required by unicode-normalization 0.1.11. Previous working build is
35
+ # https://travis-ci.org/nabijaczleweli/cargo-update/jobs/611381166#L271 with unicode-normalization 0.1.9
36
+ # h/t to @elichai in https://github.com/nabijaczleweli/cargo-update/issues/119#issuecomment-560116619
37
+ # for suggesting using a `=` dep instead of a patch
38
+ unicode-normalization =" =0.1.9"
33
39
serde_derive = " 1.0"
34
40
lazy_static = " 1.4"
35
41
array_tool = " 1.0"
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ Updates packages from the main repository and git repositories.
16
16
17
17
See cargo-install-update-config(1) for further configuring updates.
18
18
19
+ The ` CARGO_INSTALL_OPTS ` environment variable can be set,
20
+ containing options to forward to the end of ` cargo install ` invocations'
21
+ argument lists.
22
+ Note, that cargo-install-update-config(1) is preferred in the general case.
23
+
19
24
Exit values and possible errors:
20
25
21
26
-1 - cargo subprocess was terminated by a signal (Linux-only)
You can’t perform that action at this time.
0 commit comments