diff options
author | Jack Moffitt <jack@metajack.im> | 2014-07-21 07:37:24 -0600 |
---|---|---|
committer | Jack Moffitt <jack@metajack.im> | 2014-08-02 21:11:47 -0600 |
commit | b91e6f30e063cbcea4ffd750da8385ce448de797 (patch) | |
tree | 3e762f7866e29379810ac1e612f7942979e21b87 /.gitmodules | |
parent | 8b6f62c195dd7e42d0b6a18f2ced6fa16bc29faa (diff) | |
download | servo-b91e6f30e063cbcea4ffd750da8385ce448de797.tar.gz servo-b91e6f30e063cbcea4ffd750da8385ce448de797.zip |
Upgrade Rust.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8adb619d64e..f07d1109975 100644 --- a/.gitmodules +++ b/.gitmodules @@ -70,7 +70,7 @@ url = https://github.com/servo/skia.git [submodule "src/compiler/rust"] path = src/compiler/rust - url = https://github.com/mozilla/rust.git + url = https://github.com/servo/rust.git [submodule "src/support/alert/rust-alert"] path = src/support/alert/rust-alert url = https://github.com/servo/rust-alert.git |