Skip to content

Commit 4fa2b1a

Browse files
pietroalbinijplatte
authored andcommitted
link: depend on language_tags
1 parent b976cd7 commit 4fa2b1a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ bytes = "1"
2525
mime = "0.3.14"
2626
sha1 = "0.10"
2727
httpdate = "1"
28+
language-tags = "0.3.2"
2829

2930
[features]
3031
nightly = []

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ extern crate bytes;
7979
extern crate headers_core;
8080
extern crate http;
8181
extern crate httpdate;
82+
extern crate language_tags;
8283
extern crate mime;
8384
extern crate sha1;
8485
#[cfg(all(test, feature = "nightly"))]

0 commit comments

Comments
 (0)