diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-09-17 13:35:24 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2021-02-25 10:15:05 -0500 |
commit | 9535f228f37a98c2899d086b4701ab74403c44d6 (patch) | |
tree | e8b107370a399d41906a6687308e7bfedc956767 /python/servo/packages.py | |
parent | 15f3445a341d68d0f77dfa1a01032ba63fec614b (diff) | |
download | servo-9535f228f37a98c2899d086b4701ab74403c44d6.tar.gz servo-9535f228f37a98c2899d086b4701ab74403c44d6.zip |
Use build-std instead of xargo.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 6a7b375964f..7e0f9bd5d03 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -11,5 +11,4 @@ WINDOWS_MSVC = { "openssl": "111.3.0+1.1.1c-vs2017-2019-09-18", "gstreamer-uwp": "1.16.0.5", "openxr-loader-uwp": "1.0", - "xargo": "v0.3.22", } |