We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c886f + 38b9b75 commit 1b6cc38Copy full SHA for 1b6cc38
1 file changed
payjoin-test-utils/Cargo.toml
@@ -32,3 +32,7 @@ time = "=0.3.45"
32
tokio = { version = "1.47.1", features = ["full"] }
33
tracing = "0.1.41"
34
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
35
+
36
+# time is a transient dependency, but needs to be specified explicitly to pin the version for MSRV
37
+[package.metadata.cargo-machete]
38
+ignored = ["time"]
0 commit comments