Upgrade to ena-0.13.1 and use the new inlined_probe_value function.

This is a big speed win for `keccak` and `inflate`.
This commit is contained in:
Nicholas Nethercote 2019-09-20 11:23:47 +10:00
parent acf7d4dcdb
commit 3eae7f6291
4 changed files with 13 additions and 6 deletions

View file

@ -10,7 +10,7 @@ path = "lib.rs"
doctest = false
[dependencies]
ena = "0.13"
ena = "0.13.1"
indexmap = "1"
log = "0.4"
jobserver_crate = { version = "0.1.13", package = "jobserver" }