]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Undo relative path imports.
authorArik Sosman <git@arik.io>
Thu, 1 Aug 2024 21:43:30 +0000 (14:43 -0700)
committerArik Sosman <git@arik.io>
Thu, 1 Aug 2024 21:43:30 +0000 (14:43 -0700)
fuzz/Cargo.toml
lightning-background-processor/Cargo.toml
lightning-block-sync/Cargo.toml
lightning-custom-message/Cargo.toml
lightning-invoice/Cargo.toml
lightning-net-tokio/Cargo.toml
lightning-persister/Cargo.toml
lightning-rapid-gossip-sync/Cargo.toml
lightning-transaction-sync/Cargo.toml
lightning/Cargo.toml

index 29a7864c18fe8b7b6286c00e6d3988b36919d4c0..8946384259164dc6e23e653dc7aa65777fa2f3f6 100644 (file)
@@ -22,8 +22,7 @@ lightning = { path = "../lightning", features = ["regex", "hashbrown", "_test_ut
 lightning-invoice = { path = "../lightning-invoice" }
 lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
 bech32 = "0.9.1"
-#bitcoin = { version = "0.32.2", features = ["secp-lowmemory"] }
-bitcoin = { path = "../../../rust-bitcoin/bitcoin", features = ["secp-lowmemory"] }
+bitcoin = { version = "0.32.2", features = ["secp-lowmemory"] }
 hex = { package = "hex-conservative", version = "0.1.1", default-features = false }
 
 afl = { version = "0.12", optional = true }
index aa2151a7422652fd802eae42f33b6fb55dd195e9..c780cc3d64b4f58bed6f251b3fe9615a0ef4e992 100644 (file)
@@ -21,8 +21,7 @@ no-std = ["lightning/no-std", "lightning-rapid-gossip-sync/no-std"]
 default = ["std"]
 
 [dependencies]
-#bitcoin = { version = "0.32.2", default-features = false }
-bitcoin = { path = "../../../rust-bitcoin/bitcoin", default-features = false }
+bitcoin = { version = "0.32.2", default-features = false }
 lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false }
 lightning-rapid-gossip-sync = { version = "0.0.123-beta", path = "../lightning-rapid-gossip-sync", default-features = false }
 
index 040edd34629afb817e6ea1514a785ef29d60decd..c02084c16b42b1d51b7ecc0ad141aeafc79c4cec 100644 (file)
@@ -18,8 +18,7 @@ rest-client = [ "serde_json", "chunked_transfer" ]
 rpc-client = [ "serde_json", "chunked_transfer" ]
 
 [dependencies]
-#bitcoin = "0.32.2"
-bitcoin = { path = "../../../rust-bitcoin/bitcoin" }
+bitcoin = "0.32.2"
 hex = { package = "hex-conservative", version = "0.1.1", default-features = false }
 lightning = { version = "0.0.123-beta", path = "../lightning" }
 tokio = { version = "1.35", features = [ "io-util", "net", "time", "rt" ], optional = true }
index 2c429bfdddc6e1ddb7a761f1a3fc54f2a59e1e96..d3c2e57085e35b96671f98e895bd8a0d423515b2 100644 (file)
@@ -14,8 +14,7 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-#bitcoin = "0.32.2"
-bitcoin = { path = "../../../rust-bitcoin/bitcoin" }
+bitcoin = "0.32.2"
 lightning = { version = "0.0.123-beta", path = "../lightning" }
 
 [lints]
index 6cc13c8228984d161c7d6fc663f2772af7c27c0c..e7b14d8766fa0cd89c603ba770d1d351e91bd3f3 100644 (file)
@@ -24,8 +24,7 @@ bech32 = { version = "0.9.1", default-features = false }
 lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false }
 secp256k1 = { version = "0.28.0", default-features = false, features = ["recovery", "alloc"] }
 serde = { version = "1.0.118", optional = true }
-#bitcoin = { version = "0.32.2", default-features = false }
-bitcoin = { path = "../../../rust-bitcoin/bitcoin", default-features = false }
+bitcoin = { version = "0.32.2", default-features = false }
 
 [dev-dependencies]
 lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false, features = ["_test_utils"] }
index d2509613d1fc5df945672dc3608bcf4ceaf97ccc..ede8cc0a73a2caae6d7a0fca9bc3bf7b1dd161ad 100644 (file)
@@ -15,8 +15,7 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-#bitcoin = "0.32.2"
-bitcoin = { path = "../../../rust-bitcoin/bitcoin" }
+bitcoin = "0.32.2"
 lightning = { version = "0.0.123-beta", path = "../lightning" }
 tokio = { version = "1.35", features = [ "rt", "sync", "net", "time" ] }
 
index 351619ab66f8112c8120da99c601de5558a57480..e315fb791b2bd0c3df37703708bf60dccf4b1c09 100644 (file)
@@ -14,8 +14,7 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-#bitcoin = "0.32.2"
-bitcoin = { path = "../../../rust-bitcoin/bitcoin" }
+bitcoin = "0.32.2"
 lightning = { version = "0.0.123-beta", path = "../lightning" }
 
 [target.'cfg(windows)'.dependencies]
@@ -26,8 +25,7 @@ criterion = { version = "0.4", optional = true, default-features = false }
 
 [dev-dependencies]
 lightning = { version = "0.0.123-beta", path = "../lightning", features = ["_test_utils"] }
-#bitcoin = { version = "0.32.2", default-features = false }
-bitcoin = { path = "../../../rust-bitcoin/bitcoin", default-features = false }
+bitcoin = { version = "0.32.2", default-features = false }
 
 [lints]
 workspace = true
index 7a76d03c10cc137cccbdf76c5c0409f6d36ca2a5..9d9f3d23eb0330843a18c32df106df63c6af0597 100644 (file)
@@ -16,8 +16,7 @@ std = ["lightning/std"]
 
 [dependencies]
 lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false }
-#bitcoin = { version = "0.32.2", default-features = false }
-bitcoin = { path = "../../../rust-bitcoin/bitcoin", default-features = false }
+bitcoin = { version = "0.32.2", default-features = false }
 
 [target.'cfg(ldk_bench)'.dependencies]
 criterion = { version = "0.4", optional = true, default-features = false }
index e198e36d486e9db2c70a65f7445fa9d2f5825612..0243d76040ba42ba789bc71aabe82db78d2a7f70 100644 (file)
@@ -24,8 +24,7 @@ async-interface = []
 
 [dependencies]
 lightning = { version = "0.0.123-beta", path = "../lightning", default-features = false, features = ["std"] }
-#bitcoin = { version = "0.32.2", default-features = false }
-bitcoin = { path = "../../../rust-bitcoin/bitcoin", default-features = false }
+bitcoin = { version = "0.32.2", default-features = false }
 bdk-macros = "0.6"
 futures = { version = "0.3", optional = true }
 esplora-client = { version = "0.7", default-features = false, optional = true }
index 26213f4dc1fa1636ea68866f0276b2ffdeda0bd1..b0d68fc10383513b0fcacdbe313cbee0f5841844 100644 (file)
@@ -42,7 +42,6 @@ default = ["std", "grind_signatures"]
 [dependencies]
 bech32 = { version = "0.9.1", default-features = false }
 bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }
-# bitcoin = { path = "../../../rust-bitcoin/bitcoin", default-features = false, features = ["secp-recovery"] }
 
 hashbrown = { version = "0.13", optional = true, default-features = false }
 possiblyrandom = { version = "0.2", optional = true, default-features = false }
@@ -58,7 +57,6 @@ regex = "1.5.6"
 
 [dev-dependencies.bitcoin]
 version = "0.32.2"
-# path = "../../../rust-bitcoin/bitcoin"
 default-features = false
 features = ["bitcoinconsensus", "secp-recovery"]