Skip to content

Commit fe04453

Browse files
committed
f - Drop patch version from package dependencies
1 parent 65466bd commit fe04453

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-block-sync/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ bitcoin = "0.24"
1717
lightning = { version = "0.0.12", path = "../lightning" }
1818
tokio = { version = "1.0", features = [ "io-util", "net" ], optional = true }
1919
serde_json = { version = "1.0", optional = true }
20-
chunked_transfer = { version = "1.4.0", optional = true }
21-
futures = { version = "0.3.8" }
20+
chunked_transfer = { version = "1.4", optional = true }
21+
futures = { version = "0.3" }
2222

2323
[dev-dependencies]
2424
tokio = { version = "1.0", features = [ "macros", "rt" ] }

0 commit comments

Comments
 (0)