tempdir is an unmaintained crate that has not been updated in eight years. It is used in two places, both in tests:
tests/test.rs
src/state/chainstate.rs
This will allow us to remove the tempdir = ">=0.3.6" minimum version constraint that was added in #150.
tempdiris an unmaintained crate that has not been updated in eight years. It is used in two places, both in tests:tests/test.rssrc/state/chainstate.rsThis will allow us to remove the
tempdir = ">=0.3.6"minimum version constraint that was added in #150.