File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -408,9 +408,8 @@ version = "0.1.0"
408
408
409
409
[[package ]]
410
410
name = " cc"
411
- version = " 1.0.58"
412
- source = " registry+https://github.com/rust-lang/crates.io-index"
413
- checksum = " f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
411
+ version = " 1.0.59"
412
+ source = " git+https://github.com/alexcrichton/cc-rs?rev=192a84d9313210e09f2af1d7a8c27f70bd6a0f6e#192a84d9313210e09f2af1d7a8c27f70bd6a0f6e"
414
413
dependencies = [
415
414
" jobserver" ,
416
415
]
Original file line number Diff line number Diff line change @@ -95,6 +95,8 @@ rustc-std-workspace-core = { path = 'library/rustc-std-workspace-core' }
95
95
rustc-std-workspace-alloc = { path = ' library/rustc-std-workspace-alloc' }
96
96
rustc-std-workspace-std = { path = ' library/rustc-std-workspace-std' }
97
97
98
+ cc = { git = ' https://github.com/alexcrichton/cc-rs' , rev = ' 192a84d9313210e09f2af1d7a8c27f70bd6a0f6e' }
99
+
98
100
# This crate's integration with libstd is a bit wonky, so we use a submodule
99
101
# instead of a crates.io dependency. Make sure everything else in the repo is
100
102
# also using the submodule, however, so we can avoid duplicate copies of the
You can’t perform that action at this time.
0 commit comments