Skip to content

Commit 88a6f54

Browse files
rootroot
root
authored and
root
committed
fixup! sim-ln/refactor: move parsing into its own module
1 parent 30f542b commit 88a6f54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sim-cli/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ rand = "0.8.5"
2525
hex = {version = "0.4.3"}
2626
futures = "0.3.30"
2727
console-subscriber = { version = "0.4.0", optional = true}
28-
triggered = "0.1.2"
2928

3029
[features]
3130
dev = ["console-subscriber"]

simln-lib/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ tonic = { version = "0.8", features = ["tls", "transport"] }
2222
async-trait = "0.1.73"
2323
thiserror = "1.0.45"
2424
log = "0.4.20"
25+
triggered = "0.1.2"
2526
mpsc = "0.2.0"
2627
tokio = "1.31.0"
2728
rand = "0.8.5"

0 commit comments

Comments
 (0)