summaryrefslogtreecommitdiffstats
path: root/crates/tests/tedge_test_utils/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tests/tedge_test_utils/Cargo.toml')
-rw-r--r--crates/tests/tedge_test_utils/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/tests/tedge_test_utils/Cargo.toml b/crates/tests/tedge_test_utils/Cargo.toml
index 8594d66a..5831811e 100644
--- a/crates/tests/tedge_test_utils/Cargo.toml
+++ b/crates/tests/tedge_test_utils/Cargo.toml
@@ -1,12 +1,15 @@
[package]
name = "tedge_test_utils"
-version = "0.7.1"
+version = "0.7.2"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[package.metadata.cargo-udeps.ignore]
+normal = ["anyhow"]
+
[dependencies]
anyhow = "1.0"
tempfile = "3.3"