@@ -54,36 +54,11 @@ cargo_build_script(
54
54
"cargo-raze",
55
55
"manual",
56
56
],
57
- version = "0.7.6 ",
57
+ version = "0.8.2 ",
58
58
visibility = ["//visibility:private"],
59
59
deps = [
60
60
"@raze__version_check__0_9_4//:version_check",
61
61
] + selects.with_or({
62
- # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
63
- (
64
- "@rules_rust//rust/platform:i686-apple-darwin",
65
- "@rules_rust//rust/platform:i686-pc-windows-msvc",
66
- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
67
- "@rules_rust//rust/platform:x86_64-apple-darwin",
68
- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
69
- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
70
- "@rules_rust//rust/platform:aarch64-apple-darwin",
71
- "@rules_rust//rust/platform:aarch64-apple-ios",
72
- "@rules_rust//rust/platform:aarch64-linux-android",
73
- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
74
- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
75
- "@rules_rust//rust/platform:i686-linux-android",
76
- "@rules_rust//rust/platform:i686-unknown-freebsd",
77
- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
78
- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
79
- "@rules_rust//rust/platform:wasm32-wasi",
80
- "@rules_rust//rust/platform:x86_64-apple-ios",
81
- "@rules_rust//rust/platform:x86_64-linux-android",
82
- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
83
- ): [
84
- ],
85
- "//conditions:default": [],
86
- }) + selects.with_or({
87
62
# cfg(not(all(target_arch = "arm", target_os = "none")))
88
63
(
89
64
"@rules_rust//rust/platform:i686-apple-darwin",
@@ -134,37 +109,12 @@ rust_library(
134
109
"crate-name=ahash",
135
110
"manual",
136
111
],
137
- version = "0.7.6 ",
112
+ version = "0.8.2 ",
138
113
# buildifier: leave-alone
139
114
deps = [
140
115
":ahash_build_script",
116
+ "@raze__cfg_if__1_0_0//:cfg_if",
141
117
] + selects.with_or({
142
- # cfg(any(target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd", target_os = "dragonfly", target_os = "solaris", target_os = "illumos", target_os = "fuchsia", target_os = "redox", target_os = "cloudabi", target_os = "haiku", target_os = "vxworks", target_os = "emscripten", target_os = "wasi"))
143
- (
144
- "@rules_rust//rust/platform:i686-apple-darwin",
145
- "@rules_rust//rust/platform:i686-pc-windows-msvc",
146
- "@rules_rust//rust/platform:i686-unknown-linux-gnu",
147
- "@rules_rust//rust/platform:x86_64-apple-darwin",
148
- "@rules_rust//rust/platform:x86_64-pc-windows-msvc",
149
- "@rules_rust//rust/platform:x86_64-unknown-linux-gnu",
150
- "@rules_rust//rust/platform:aarch64-apple-darwin",
151
- "@rules_rust//rust/platform:aarch64-apple-ios",
152
- "@rules_rust//rust/platform:aarch64-linux-android",
153
- "@rules_rust//rust/platform:aarch64-unknown-linux-gnu",
154
- "@rules_rust//rust/platform:arm-unknown-linux-gnueabi",
155
- "@rules_rust//rust/platform:i686-linux-android",
156
- "@rules_rust//rust/platform:i686-unknown-freebsd",
157
- "@rules_rust//rust/platform:powerpc-unknown-linux-gnu",
158
- "@rules_rust//rust/platform:s390x-unknown-linux-gnu",
159
- "@rules_rust//rust/platform:wasm32-wasi",
160
- "@rules_rust//rust/platform:x86_64-apple-ios",
161
- "@rules_rust//rust/platform:x86_64-linux-android",
162
- "@rules_rust//rust/platform:x86_64-unknown-freebsd",
163
- ): [
164
- "@raze__getrandom__0_2_6//:getrandom",
165
- ],
166
- "//conditions:default": [],
167
- }) + selects.with_or({
168
118
# cfg(not(all(target_arch = "arm", target_os = "none")))
169
119
(
170
120
"@rules_rust//rust/platform:i686-apple-darwin",
@@ -188,7 +138,7 @@ rust_library(
188
138
"@rules_rust//rust/platform:x86_64-linux-android",
189
139
"@rules_rust//rust/platform:x86_64-unknown-freebsd",
190
140
): [
191
- "@raze__once_cell__1_10_0 //:once_cell",
141
+ "@raze__once_cell__1_16_0 //:once_cell",
192
142
],
193
143
"//conditions:default": [],
194
144
}),
0 commit comments