We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfcefd1 commit f34946aCopy full SHA for f34946a
build_bindgen.py
@@ -30,8 +30,8 @@
30
31
# The git hash to use. This is the `v0.60.0` tag.
32
BINDGEN_GIT_VERSION = '355181134094202e0caae60c1fbf145d8e6ca84b'
33
-# TODO(crbug.com/1428298): Mirror to Git-on-Borg.
34
-BINDGEN_GIT_REPO = 'https://github.com/rust-lang/rust-bindgen'
+BINDGEN_GIT_REPO = ('https://chromium.googlesource.com/external/' +
+ 'github.com/rust-lang/rust-bindgen')
35
36
BINDGEN_SRC_DIR = os.path.join(THIRD_PARTY_DIR, 'rust-toolchain-intermediate',
37
'bindgen-src')
0 commit comments