File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,29 +26,29 @@ def scrub(b):
2626
2727snapshot_files = {
2828 "linux" : ["bin/rustc" ,
29- "lib/libcore-*.so" ,
3029 "lib/libstd-*.so" ,
30+ "lib/libextra-*.so" ,
3131 "lib/librustc-*.so" ,
3232 "lib/libsyntax-*.so" ,
3333 "lib/librustrt.so" ,
3434 "lib/librustllvm.so" ],
3535 "macos" : ["bin/rustc" ,
36- "lib/libcore-*.dylib" ,
3736 "lib/libstd-*.dylib" ,
37+ "lib/libcore-*.dylib" ,
3838 "lib/librustc-*.dylib" ,
3939 "lib/libsyntax-*.dylib" ,
4040 "lib/librustrt.dylib" ,
4141 "lib/librustllvm.dylib" ],
4242 "winnt" : ["bin/rustc.exe" ,
43- "bin/core-*.dll" ,
4443 "bin/std-*.dll" ,
44+ "bin/extra-*.dll" ,
4545 "bin/rustc-*.dll" ,
4646 "bin/syntax-*.dll" ,
4747 "bin/rustrt.dll" ,
4848 "bin/rustllvm.dll" ],
4949 "freebsd" : ["bin/rustc" ,
50- "lib/libcore-*.so" ,
5150 "lib/libstd-*.so" ,
51+ "lib/libextra-*.so" ,
5252 "lib/librustc-*.so" ,
5353 "lib/libsyntax-*.so" ,
5454 "lib/librustrt.so" ,
You can’t perform that action at this time.
0 commit comments