File tree 2 files changed +1
-18
lines changed
2 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -40,22 +40,6 @@ version = "0.2.15"
40
40
source = " registry+https://github.com/rust-lang/crates.io-index"
41
41
checksum = " 56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
42
42
43
- [[package ]]
44
- name = " auxv"
45
- version = " 0.3.3"
46
- source = " registry+https://github.com/rust-lang/crates.io-index"
47
- checksum = " e50430f9beb8effb02399fa81c76eeaa26b05e4f03b09285cad8d079c1af5a3d"
48
- dependencies = [
49
- " byteorder" ,
50
- " gcc" ,
51
- ]
52
-
53
- [[package ]]
54
- name = " byteorder"
55
- version = " 1.4.3"
56
- source = " registry+https://github.com/rust-lang/crates.io-index"
57
- checksum = " 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
58
-
59
43
[[package ]]
60
44
name = " cc"
61
45
version = " 1.0.79"
@@ -388,7 +372,6 @@ dependencies = [
388
372
name = " std_detect"
389
373
version = " 0.1.5"
390
374
dependencies = [
391
- " auxv" ,
392
375
" cfg-if" ,
393
376
" compiler_builtins" ,
394
377
" cupid" ,
Original file line number Diff line number Diff line change 1
1
[toolchain]
2
- channel = "nightly-2023-10-21 "
2
+ channel = "nightly-2023-10-29 "
3
3
components = ["rust-src", "rustc-dev", "llvm-tools"]
You can’t perform that action at this time.
0 commit comments