diff options
author | robbym <robbymadruga@gmail.com> | 2018-07-18 17:00:53 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-18 20:00:53 -0400 |
commit | d93bd4b127c39e2f0e8d2ec3bbec3f7c118890f4 (patch) | |
tree | 255c5de8aefa80b4108ef534476a2e10bdd166c4 /gclient_config.py | |
parent | 3dde880c328c2bf51334f014fdaf772cfed7e8ea (diff) |
Use Cargo to install rust deps into //third_party/rust_crates (#383)
Diffstat (limited to 'gclient_config.py')
-rw-r--r-- | gclient_config.py | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/gclient_config.py b/gclient_config.py index 01d799b2e..32bfcc425 100644 --- a/gclient_config.py +++ b/gclient_config.py @@ -34,39 +34,4 @@ solutions = [{ 'https://github.com/rw/flatbuffers.git@2018-02--rust', 'name': 'flatbuffers' -}, { - 'url': - 'https://github.com/rust-lang/libc.git@8a85d662b90c14d458bc4ae9521a05564e20d7ae', - 'name': - 'rust_crates/libc' -}, { - 'url': - 'https://github.com/servo/rust-url.git@fbe5e50316105482dcd53d2dabb148c445a5f4cd', - 'name': - 'rust_crates/url' -}, { - # Needed for url. - 'url': - 'https://github.com/SimonSapin/rust-std-candidates.git@88a017b79ea146d6fde389c96982fc7518ba98bf', - 'name': - 'rust_crates/rust-std-candidates' -}, { - # Needed for url. - 'url': - 'https://github.com/servo/unicode-bidi.git@32c81729db0ac90289ebeca9e0d4886f264e724d', - 'name': - 'rust_crates/unicode-bidi' -}, { - # Needed for url. - 'url': - 'https://github.com/behnam/rust-unicode-normalization.git@3898e77b110246cb7243bf29b896c58d8975304a', - 'name': - 'rust_crates/unicode-normalization' -}, { - 'url': 'https://github.com/rust-lang-nursery/log.git@0.4.2', - 'name': 'rust_crates/log' -}, { - # Needed for log. - 'url': 'https://github.com/alexcrichton/cfg-if.git@0.1.4', - 'name': 'rust_crates/cfg_if' }] |