diff options
author | Stuart Stock <stuart@int08h.com> | 2019-11-03 10:16:15 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-11-03 10:16:15 -0600 |
commit | c92cd1d3fcb9f249d78a13d06e5d6cbdff64693b (patch) | |
tree | c1d0395924ced0a8f6e88633123933cbe6095db0 | |
parent | 497793f3428130581fbb216ec818dcd7d84bad38 (diff) | |
download | roughenough-c92cd1d3fcb9f249d78a13d06e5d6cbdff64693b.zip |
Remove hashbrown crate, no longer needed in Rust 1.36+
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -33,7 +33,6 @@ clap = "2" chrono = "0.4" hex = "0.3" base64 = "0.9" -hashbrown = "0.1" humansize = "1.0" rand = "0.6" |