Skip to content

Commit

Permalink
Merge pull request #4697 from doitian/lock-tentacle-in-0.119.x
Browse files Browse the repository at this point in the history
[rc/v0.119.x] chore: lock tentacle
  • Loading branch information
zhangsoledad authored Oct 31, 2024
2 parents 69d4df8 + 5f3a467 commit 266ff10
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,20 @@ ckb-spawn = { path = "../util/spawn", version = "= 0.119.0" }
socket2 = "0.5"
bitflags = "1.0"

p2p = { version = "0.6.1", package = "tentacle", features = [
"upnp",
"parking_lot",
"openssl-vendored",
p2p = { version = "= 0.6.1", package = "tentacle", features = [
"upnp",
"parking_lot",
"openssl-vendored",
] }

[features]
with_sentry = ["sentry"]
with_dns_seeding = [
"lazy_static",
"bs58",
"faster-hex",
"trust-dns-resolver",
"secp256k1",
"lazy_static",
"bs58",
"faster-hex",
"trust-dns-resolver",
"secp256k1",
]
fuzz = []

Expand All @@ -61,7 +61,7 @@ proptest = "1.0"
num_cpus = "1.10"
once_cell = "1.8.0"
ckb-systemtime = { path = "../util/systemtime", version = "= 0.119.0", features = [
"enable_faketime",
"enable_faketime",
] }

[[bench]]
Expand Down

0 comments on commit 266ff10

Please sign in to comment.