@@ -54,36 +54,11 @@ cargo_build_script(
5454 "cargo-raze",
5555 "manual",
5656 ],
57- version = "0.7.6 ",
57+ version = "0.8.2 ",
5858 visibility = ["//visibility:private"],
5959 deps = [
6060 "@raze__version_check__0_9_4//:version_check",
6161 ] + 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({
8762 # cfg(not(all(target_arch = "arm", target_os = "none")))
8863 (
8964 "@rules_rust//rust/platform:i686-apple-darwin",
@@ -134,37 +109,12 @@ rust_library(
134109 "crate-name=ahash",
135110 "manual",
136111 ],
137- version = "0.7.6 ",
112+ version = "0.8.2 ",
138113 # buildifier: leave-alone
139114 deps = [
140115 ":ahash_build_script",
116+ "@raze__cfg_if__1_0_0//:cfg_if",
141117 ] + 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({
168118 # cfg(not(all(target_arch = "arm", target_os = "none")))
169119 (
170120 "@rules_rust//rust/platform:i686-apple-darwin",
@@ -188,7 +138,7 @@ rust_library(
188138 "@rules_rust//rust/platform:x86_64-linux-android",
189139 "@rules_rust//rust/platform:x86_64-unknown-freebsd",
190140 ): [
191- "@raze__once_cell__1_10_0 //:once_cell",
141+ "@raze__once_cell__1_16_0 //:once_cell",
192142 ],
193143 "//conditions:default": [],
194144 }),
0 commit comments