Skip to content

Replace tempdir with std::env::temp_dir() #151

@alexanderwiederin

Description

@alexanderwiederin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions