File tree 1 file changed +3
-4
lines changed
src/tools/rustc-workspace-hack
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -79,11 +79,10 @@ crossbeam-utils = { version = "0.8.0", features = ["nightly"] }
79
79
libc = { version = " 0.2.79" , features = [" align" ] }
80
80
# Ensure default features of libz-sys, which are disabled in some scenarios.
81
81
libz-sys = { version = " 1.1.2" }
82
-
83
- # looks like the only user of deprecated `use_std` feature is `combine`, so this
84
- # can be removed if/when https://github.com/Marwes/combine/pull/348 be merged and released.
82
+ # The only user of memchr's deprecated `use_std` feature is `combine`, so this can be
83
+ # removed if/when https://github.com/Marwes/combine/pull/348 is merged and released.
85
84
memchr = { version = " 2.5" , features = [" std" , " use_std" ] }
86
- # same for regex
85
+ # Ensure default features of regex, which are disabled in some scenarios.
87
86
regex = { version = " 1.5.6" }
88
87
proc-macro2 = { version = " 1" , features = [" default" ] }
89
88
quote = { version = " 1" , features = [" default" ] }
You can’t perform that action at this time.
0 commit comments