File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
src/tools/rustc-workspace-hack Expand file tree Collapse file tree 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"] }
7979libc = { version = " 0.2.79" , features = [" align" ] }
8080# Ensure default features of libz-sys, which are disabled in some scenarios.
8181libz-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.
8584memchr = { version = " 2.5" , features = [" std" , " use_std" ] }
86- # same for regex
85+ # Ensure default features of regex, which are disabled in some scenarios.
8786regex = { version = " 1.5.6" }
8887proc-macro2 = { version = " 1" , features = [" default" ] }
8988quote = { version = " 1" , features = [" default" ] }
You can’t perform that action at this time.
0 commit comments