diff options
author | Patrick Walton <pcwalton@mimiga.net> | 2014-09-13 02:22:54 -0700 |
---|---|---|
committer | Patrick Walton <pcwalton@mimiga.net> | 2014-09-13 02:22:54 -0700 |
commit | 5a90f18b7ee9a73511920acfb1e8b04c8c36372e (patch) | |
tree | 7fb3545f5f6c14f5ed00707e5a5a070b0b8a9dc8 /components | |
parent | fb54c1eb08839f43a15df30cf241c21b03c4beeb (diff) | |
parent | 21b8a182a4117edc960c78919aa015d4b4e51e94 (diff) | |
download | servo-5a90f18b7ee9a73511920acfb1e8b04c8c36372e.tar.gz servo-5a90f18b7ee9a73511920acfb1e8b04c8c36372e.zip |
Merge pull request #3317 from pcwalton/update-submodules
build: Update submodules
Diffstat (limited to 'components')
-rw-r--r-- | components/util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/util/Cargo.toml b/components/util/Cargo.toml index be6662b76f6..6f4824fd65a 100644 --- a/components/util/Cargo.toml +++ b/components/util/Cargo.toml @@ -18,3 +18,4 @@ path = "../../support/rust-task_info" [dependencies.string_cache] git = "https://github.com/servo/string-cache" + |