@@ -35,17 +35,17 @@ dependencies = [
35
35
[[package ]]
36
36
name = " gccjit"
37
37
version = " 1.0.0"
38
- source = " git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432 "
38
+ source = " git+https://github.com/antoyo/gccjit.rs#fe242b7eb26980e6c78859d51c8d4cc1e43381a3 "
39
39
dependencies = [
40
40
" gccjit_sys" ,
41
41
]
42
42
43
43
[[package ]]
44
44
name = " gccjit_sys"
45
45
version = " 0.0.1"
46
- source = " git+https://github.com/antoyo/gccjit.rs#eefb8c662d61477f34b7c32d26bcda5f1ef08432 "
46
+ source = " git+https://github.com/antoyo/gccjit.rs#fe242b7eb26980e6c78859d51c8d4cc1e43381a3 "
47
47
dependencies = [
48
- " libc 0.1.12 " ,
48
+ " libc" ,
49
49
]
50
50
51
51
[[package ]]
@@ -64,7 +64,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
64
64
checksum = " 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
65
65
dependencies = [
66
66
" cfg-if" ,
67
- " libc 0.2.112 " ,
67
+ " libc" ,
68
68
" wasi" ,
69
69
]
70
70
@@ -74,7 +74,7 @@ version = "0.1.19"
74
74
source = " registry+https://github.com/rust-lang/crates.io-index"
75
75
checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
76
76
dependencies = [
77
- " libc 0.2.112 " ,
77
+ " libc" ,
78
78
]
79
79
80
80
[[package ]]
@@ -85,20 +85,14 @@ checksum = "96bd995a092cac79868250589869b5a5d656b02a02bd74c8ebdc566dc7203090"
85
85
dependencies = [
86
86
" fm" ,
87
87
" getopts" ,
88
- " libc 0.2.112 " ,
88
+ " libc" ,
89
89
" num_cpus" ,
90
90
" termcolor" ,
91
91
" threadpool" ,
92
92
" wait-timeout" ,
93
93
" walkdir" ,
94
94
]
95
95
96
- [[package ]]
97
- name = " libc"
98
- version = " 0.1.12"
99
- source = " registry+https://github.com/rust-lang/crates.io-index"
100
- checksum = " e32a70cf75e5846d53a673923498228bbec6a8624708a9ea5645f075d6276122"
101
-
102
96
[[package ]]
103
97
name = " libc"
104
98
version = " 0.2.112"
@@ -118,7 +112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
118
112
checksum = " 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
119
113
dependencies = [
120
114
" hermit-abi" ,
121
- " libc 0.2.112 " ,
115
+ " libc" ,
122
116
]
123
117
124
118
[[package ]]
@@ -133,7 +127,7 @@ version = "0.8.4"
133
127
source = " registry+https://github.com/rust-lang/crates.io-index"
134
128
checksum = " 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
135
129
dependencies = [
136
- " libc 0.2.112 " ,
130
+ " libc" ,
137
131
" rand_chacha" ,
138
132
" rand_core" ,
139
133
" rand_hc" ,
@@ -234,7 +228,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
234
228
checksum = " dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
235
229
dependencies = [
236
230
" cfg-if" ,
237
- " libc 0.2.112 " ,
231
+ " libc" ,
238
232
" rand" ,
239
233
" redox_syscall" ,
240
234
" remove_dir_all" ,
@@ -271,7 +265,7 @@ version = "0.2.0"
271
265
source = " registry+https://github.com/rust-lang/crates.io-index"
272
266
checksum = " 9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
273
267
dependencies = [
274
- " libc 0.2.112 " ,
268
+ " libc" ,
275
269
]
276
270
277
271
[[package ]]
0 commit comments