Codebase list rust-dtoa / def03da
Allow nom 3 to be built with memchr 1 kpcyrd 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44
55 [dependencies.memchr]
66 -version = "^1.0.1"
7 +version = "^2.0.0"
7 +version = "< 3.0, >= 1.0"
88 default-features = false
99
1010 [dependencies.regex]