Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quoted pairs #68

Merged
merged 10 commits into from Dec 1, 2017
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ matrix:
- rust: stable
- rust: beta
- rust: nightly
- rust: 1.15.0
- rust: 1.18.0

sudo: false
dist: trusty
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Expand Up @@ -11,3 +11,4 @@ keywords = ["mime", "media-extensions", "media-types"]

[dependencies]
unicase = "2.0"
quoted-string = "0.2.2"