2a3217d8d8
`Tempdir` is deprecated, but the functionality has been merged into another crate: `tempfile`. This commit removes all `tempdir` dependencies and replaces them with `tempfile` and the equivalent bindings. Fixes #11560
16 lines
264 B
TOML
16 lines
264 B
TOML
[package]
|
|
name = "migration-rocksdb"
|
|
version = "0.1.0"
|
|
authors = ["Parity Technologies <admin@parity.io>"]
|
|
edition = "2018"
|
|
license = "GPL-3.0"
|
|
|
|
[dependencies]
|
|
log = "0.4"
|
|
kvdb = "0.4.0"
|
|
kvdb-rocksdb = "0.6.0"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1"
|
|
maplit = "1.0.2"
|