Rolls back the Iron version due to issues with staticfile

This commit is contained in:
Michael Bryan 2018-01-02 22:02:34 +08:00
parent 9480ac0ea6
commit daade63c27
No known key found for this signature in database
GPG Key ID: E9C602B0D9A998DC
2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ time = { version = "0.1.34", optional = true }
crossbeam = { version = "0.3", optional = true }
# Serve feature
iron = { version = "0.6", optional = true }
staticfile = { version = "0.5", optional = true }
iron = { version = "0.5", optional = true }
staticfile = { version = "0.4", optional = true }
ws = { version = "0.7", optional = true}
[build-dependencies]

View File

@ -43,7 +43,7 @@ git reset upstream/gh-pages --quiet
touch .
echo -e "${CYAN}Pushing changes to gh-pages${NC}"
git add -A . --quiet
git add -A .
git commit -m "rebuild pages at ${rev}" --quiet
git push -q upstream HEAD:gh-pages --quiet