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