File tree 3 files changed +6
-7
lines changed 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,9 @@ dependencies = [
174
174
175
175
[[package ]]
176
176
name = " libc"
177
- version = " 0.2.148 "
177
+ version = " 0.2.149 "
178
178
source = " registry+https://github.com/rust-lang/crates.io-index"
179
- checksum = " 9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b "
179
+ checksum = " a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b "
180
180
dependencies = [
181
181
" rustc-std-workspace-core" ,
182
182
]
@@ -361,7 +361,6 @@ version = "0.0.0"
361
361
dependencies = [
362
362
" addr2line" ,
363
363
" alloc" ,
364
- " cc" ,
365
364
" cfg-if" ,
366
365
" compiler_builtins" ,
367
366
" core" ,
Original file line number Diff line number Diff line change 1
1
[toolchain]
2
- channel = "nightly-2023-10-09 "
2
+ channel = "nightly-2023-10-19 "
3
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
Original file line number Diff line number Diff line change 1
- #![ cfg_attr( not( bootstrap) , allow( internal_features) ) ]
2
- #![ cfg_attr( not( bootstrap) , feature( rustdoc_internals) ) ]
3
- #![ cfg_attr( not( bootstrap) , doc( rust_logo) ) ]
1
+ #![ cfg_attr( all ( doc , not( bootstrap) ) , allow( internal_features) ) ]
2
+ #![ cfg_attr( all ( doc , not( bootstrap) ) , feature( rustdoc_internals) ) ]
3
+ #![ cfg_attr( all ( doc , not( bootstrap) ) , doc( rust_logo) ) ]
4
4
#![ feature( rustc_private) ]
5
5
// Note: please avoid adding other feature gates where possible
6
6
#![ warn( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments