@@ -16,6 +16,7 @@ def raze_fetch_remote_crates():
16
16
name = "raze__ahash__0_8_2" ,
17
17
url = "https://crates.io/api/v1/crates/ahash/0.8.2/download" ,
18
18
type = "tar.gz" ,
19
+ sha256 = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107" ,
19
20
strip_prefix = "ahash-0.8.2" ,
20
21
build_file = Label ("//bazel/cargo/remote:BUILD.ahash-0.8.2.bazel" ),
21
22
)
@@ -65,6 +66,7 @@ def raze_fetch_remote_crates():
65
66
name = "raze__hashbrown__0_13_1" ,
66
67
url = "https://crates.io/api/v1/crates/hashbrown/0.13.1/download" ,
67
68
type = "tar.gz" ,
69
+ sha256 = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038" ,
68
70
strip_prefix = "hashbrown-0.13.1" ,
69
71
build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.13.1.bazel" ),
70
72
)
@@ -114,6 +116,7 @@ def raze_fetch_remote_crates():
114
116
name = "raze__once_cell__1_16_0" ,
115
117
url = "https://crates.io/api/v1/crates/once_cell/1.16.0/download" ,
116
118
type = "tar.gz" ,
119
+ sha256 = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" ,
117
120
strip_prefix = "once_cell-1.16.0" ,
118
121
build_file = Label ("//bazel/cargo/remote:BUILD.once_cell-1.16.0.bazel" ),
119
122
)
0 commit comments