summaryrefslogtreecommitdiff
path: root/fetch_and_build.sh
blob: 5c9eaa0366c5a2d6456ad1ebaf0f571518b2e869 (plain)
1
2
3
4
5
(cd caniuse.rs; git checkout main; git pull --ff-only)
(cd ~/repos-contrib/rust; git checkout master; git pull --ff-only)
./find.sh | grep -oP '(?<=feature = ")([^"]+)' > lib_feats.txt
rm -r build/
./build.py