mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 16:43:24 +03:00
use forked alloy with working unsubscribe
This commit is contained in:
parent
b2479fa07b
commit
5a63d1a42f
@ -26,7 +26,7 @@ simulation-mode = []
|
||||
|
||||
[dependencies]
|
||||
aes-gcm = "0.10.3"
|
||||
alloy = { git = "https://github.com/bitful-pannul/alloy.git", rev = "bd900b4", features = [
|
||||
alloy = { git = "https://github.com/kinode-dao/alloy.git", rev = "e672f3e", features = [
|
||||
"consensus",
|
||||
"contract",
|
||||
"json-rpc",
|
||||
|
@ -15,7 +15,7 @@ kit = { git = "https://github.com/kinode-dao/kit", tag = "v0.6.8" }
|
||||
tokio = "1.28"
|
||||
|
||||
[dependencies]
|
||||
alloy = { git = "https://github.com/bitful-pannul/alloy.git", rev = "bd900b4", features = [
|
||||
alloy = { git = "https://github.com/kinode-dao/alloy.git", rev = "e672f3e", features = [
|
||||
"json-rpc",
|
||||
"rpc-types",
|
||||
"rpc-types-eth",
|
||||
|
Loading…
Reference in New Issue
Block a user