@@ -11,15 +11,15 @@ load("@rules_rust//rust:defs.bzl", "rust_library")
11
11
12
12
package(default_visibility = ["//visibility:public"])
13
13
14
- # licenses([
15
- # "TODO", # MIT OR Apache-2.0
16
- # ])
17
-
18
14
rust_library(
19
15
name = "ahash",
20
- srcs = glob(["**/*.rs"]),
16
+ srcs = glob(
17
+ include = ["**/*.rs"],
18
+ allow_empty = True,
19
+ ),
21
20
compile_data = glob(
22
21
include = ["**"],
22
+ allow_empty = True,
23
23
exclude = [
24
24
"**/* *",
25
25
".tmp_git_root/**/*",
@@ -78,118 +78,123 @@ rust_library(
78
78
"@rules_rust//rust/platform:x86_64-unknown-none": [],
79
79
"//conditions:default": ["@platforms//:incompatible"],
80
80
}),
81
- version = "0.8.3 ",
81
+ version = "0.8.11 ",
82
82
deps = [
83
- "@crates_vendor__ahash-0.8.3 //:build_script_build",
83
+ "@crates_vendor__ahash-0.8.11 //:build_script_build",
84
84
"@crates_vendor__cfg-if-1.0.0//:cfg_if",
85
+ "@crates_vendor__zerocopy-0.7.35//:zerocopy",
85
86
] + select({
86
87
"@rules_rust//rust/platform:aarch64-apple-darwin": [
87
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
88
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
88
89
],
89
90
"@rules_rust//rust/platform:aarch64-apple-ios": [
90
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
91
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
91
92
],
92
93
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
93
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
94
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
94
95
],
95
96
"@rules_rust//rust/platform:aarch64-fuchsia": [
96
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
97
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
97
98
],
98
99
"@rules_rust//rust/platform:aarch64-linux-android": [
99
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
100
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
100
101
],
101
102
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
102
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
103
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
103
104
],
104
105
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
105
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
106
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
106
107
],
107
108
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
108
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
109
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
109
110
],
110
111
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
111
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
112
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
112
113
],
113
114
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
114
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
115
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
115
116
],
116
117
"@rules_rust//rust/platform:armv7-linux-androideabi": [
117
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
118
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
118
119
],
119
120
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
120
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
121
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
121
122
],
122
123
"@rules_rust//rust/platform:i686-apple-darwin": [
123
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
124
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
124
125
],
125
126
"@rules_rust//rust/platform:i686-linux-android": [
126
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
127
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
127
128
],
128
129
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
129
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
130
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
130
131
],
131
132
"@rules_rust//rust/platform:i686-unknown-freebsd": [
132
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
133
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
133
134
],
134
135
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
135
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
136
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
136
137
],
137
138
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
138
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
139
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
139
140
],
140
141
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [
141
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
142
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
142
143
],
143
144
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [
144
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
145
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
145
146
],
146
147
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
147
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
148
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
148
149
],
149
150
"@rules_rust//rust/platform:wasm32-unknown-unknown": [
150
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
151
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
151
152
],
152
153
"@rules_rust//rust/platform:wasm32-wasi": [
153
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
154
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
154
155
],
155
156
"@rules_rust//rust/platform:x86_64-apple-darwin": [
156
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
157
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
157
158
],
158
159
"@rules_rust//rust/platform:x86_64-apple-ios": [
159
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
160
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
160
161
],
161
162
"@rules_rust//rust/platform:x86_64-fuchsia": [
162
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
163
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
163
164
],
164
165
"@rules_rust//rust/platform:x86_64-linux-android": [
165
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
166
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
166
167
],
167
168
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
168
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
169
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
169
170
],
170
171
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
171
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
172
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
172
173
],
173
174
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
174
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
175
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
175
176
],
176
177
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
177
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
178
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
178
179
],
179
180
"@rules_rust//rust/platform:x86_64-unknown-none": [
180
- "@crates_vendor__once_cell-1.18 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
181
+ "@crates_vendor__once_cell-1.19 .0//:once_cell", # cfg(not(all(target_arch = "arm", target_os = "none")))
181
182
],
182
183
"//conditions:default": [],
183
184
}),
184
185
)
185
186
186
187
cargo_build_script(
187
- name = "ahash_build_script",
188
- srcs = glob(["**/*.rs"]),
188
+ name = "_bs",
189
+ srcs = glob(
190
+ include = ["**/*.rs"],
191
+ allow_empty = True,
192
+ ),
189
193
crate_name = "build_script_build",
190
194
crate_root = "build.rs",
191
195
data = glob(
192
196
include = ["**"],
197
+ allow_empty = True,
193
198
exclude = [
194
199
"**/* *",
195
200
".tmp_git_root/**/*",
@@ -200,6 +205,7 @@ cargo_build_script(
200
205
],
201
206
),
202
207
edition = "2018",
208
+ pkg_name = "ahash",
203
209
rustc_flags = [
204
210
"--cap-lints=allow",
205
211
],
@@ -210,7 +216,7 @@ cargo_build_script(
210
216
"noclippy",
211
217
"norustfmt",
212
218
],
213
- version = "0.8.3 ",
219
+ version = "0.8.11 ",
214
220
visibility = ["//visibility:private"],
215
221
deps = [
216
222
"@crates_vendor__version_check-0.9.4//:version_check",
@@ -219,6 +225,6 @@ cargo_build_script(
219
225
220
226
alias(
221
227
name = "build_script_build",
222
- actual = ":ahash_build_script ",
228
+ actual = ":_bs ",
223
229
tags = ["manual"],
224
230
)
0 commit comments