chore(travis): set minimum rust version

This commit is contained in:
Sean McArthur
2017-04-10 10:28:10 -07:00
parent 030393d099
commit f05a58a1b2
12 changed files with 20 additions and 34 deletions

View File

@@ -982,7 +982,7 @@ mod tests {
.push_rel(RelationType::Previous)
.set_anchor("../anchor/example/")
.push_rev(RelationType::Next)
.push_href_lang(langtag!(de))
.push_href_lang("de".parse().unwrap())
.push_media_desc(MediaDesc::Screen)
.set_title("previous chapter")
.set_title_star("title* unparsed")
@@ -1042,7 +1042,7 @@ mod tests {
.push_rel(RelationType::Previous)
.set_anchor("/anchor/example/")
.push_rev(RelationType::Next)
.push_href_lang(langtag!(de))
.push_href_lang("de".parse().unwrap())
.push_media_desc(MediaDesc::Screen)
.set_title("previous chapter")
.set_title_star("title* unparsed")