memchr-rs: upgrade to 0.1.11

The old version no longer builds against the newer libc package
This commit is contained in:
Steven Walter
2016-05-04 09:57:10 -04:00
parent 1df6619559
commit 5eeb74ed5e
@@ -7,7 +7,7 @@ DEPENDS = "libc-rs"
inherit rust-bin
SRC_URI = "git://github.com/BurntSushi/rust-memchr.git;protocol=https"
SRCREV = "a91e63378bf6f4bba5c7d88f4fe98efdcb432c99"
SRCREV = "4f9a13f95e6e00f2847c093c56b41b9c1d58d3c4"
S = "${WORKDIR}/git"