Cargo.toml in faster_path-0.2.3 vs Cargo.toml in faster_path-0.2.4

- old
+ new

@@ -11,9 +11,9 @@ [lib] name = "faster_path" crate-type = ["dylib"] [dependencies] -ruru = "0.9.3" +ruru = { git = "https://github.com/danielpclark/ruru", branch = "playground" } array_tool = "0.4.1" lazy_static = "1.0" memchr = "2.0.1"