diff --git a/Cargo.toml b/Cargo.toml index 467ab86..798b3eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ description = "SDP (RFC 4566) types, parser and serializer" readme = "README.md" [dependencies] -bstr = "1" +bstr = { version = "1", default-features = false } fallible-iterator = "0.3"