Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 8dd8a1c

Browse files
authored
Merge pull request #139 from wvanlint/remove_max_level_trace
Remove max_level_trace feature on lightning package
2 parents 30e80d4 + 69ce54b commit 8dd8a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
1919
no-std = ["hashbrown", "lightning/no-std", "lightning-invoice/no-std", "bitcoin/no-std", "core2/alloc"]
2020

2121
[dependencies]
22-
lightning = { version = "0.0.123", default-features = false, features = ["max_level_trace"] }
22+
lightning = { version = "0.0.123", default-features = false }
2323
lightning-invoice = { version = "0.31.0", default-features = false, features = ["serde"] }
2424
bitcoin = { version = "0.30.2", default-features = false, features = ["serde"] }
2525
hashbrown = { version = "0.8", optional = true }
@@ -30,7 +30,7 @@ serde = { version = "1.0", default-features = false, features = ["derive", "allo
3030
serde_json = "1.0"
3131

3232
[dev-dependencies]
33-
lightning = { version = "0.0.123", default-features = false, features = ["max_level_trace", "_test_utils"] }
33+
lightning = { version = "0.0.123", default-features = false, features = ["_test_utils"] }
3434
lightning-persister = { version = "0.0.123", default-features = false }
3535
lightning-background-processor = { version = "0.0.123", default-features = false, features = ["std"] }
3636
proptest = "1.0.0"

0 commit comments

Comments
 (0)