Skip to content

Commit

Permalink
Merge pull request #279 from contrun/fix-ctrl-c-not-working
Browse files Browse the repository at this point in the history
Fix ctrl-c not working
  • Loading branch information
quake authored Oct 23, 2024
2 parents 7e49685 + ecc717c commit 04653f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bitflags = { version = "2.5.0", features = ["serde"] }
ckb-hash = "0.115.0"
secp256k1 = { version = "0.28.0", features = ["serde", "recovery", "rand-std"] }
musig2 = { version = "0.0.11", features = ["secp256k1", "serde"] }
ractor = "0.9.7"
ractor = "=0.9.7"
arcode = "0.2.4"
nom = "7.1.3"
regex = "1.10.5"
Expand Down

0 comments on commit 04653f9

Please sign in to comment.