diff --git a/Cargo.toml b/Cargo.toml index 0d59fd9..7c8bd8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["cstr", "cstring", "no_std", "string", "c"] [dependencies] cty = "0.1" -memchr = { version = "2.0", default-features = false } +memchr = { git = "https://github.com/BurntSushi/rust-memchr.git", default-features = false } [features] alloc = []