diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2018-06-01 17:24:25 -0500 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2018-08-20 18:22:29 -0400 |
commit | 74c1e00d8163f255bb4141ff3549bbdedd7ea766 (patch) | |
tree | d3960a6cff086d3ca2240fcc6eaa863dba4910c2 /python/servo/packages.py | |
parent | d34403047e806fa6c8c2468946f64429622ec434 (diff) | |
download | servo-74c1e00d8163f255bb4141ff3549bbdedd7ea766.tar.gz servo-74c1e00d8163f255bb4141ff3549bbdedd7ea766.zip |
Upgraded to SM 60
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index decb2695ba1..f34a495fcc8 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -5,7 +5,7 @@ WINDOWS_MSVC = { "cmake": "3.7.2", "llvm": "6.0.0", - "moztools": "0.0.1-5", + "moztools": "3.2", "ninja": "1.7.1", "openssl": "1.1.0e-vs2015", } |