Skip to content

Commit 1b6cc38

Browse files
authored
Fix failing cargo machete check (#1304)
2 parents 83c886f + 38b9b75 commit 1b6cc38

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

payjoin-test-utils/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,7 @@ time = "=0.3.45"
3232
tokio = { version = "1.47.1", features = ["full"] }
3333
tracing = "0.1.41"
3434
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

Comments
 (0)