@@ -23,17 +23,17 @@ chrono = { version = "0.4.35", default-features = false, features = [
2323] }
2424chrono-tz = { version = " 0.8" , optional = true }
2525ciborium = { version = " 0.2.2" , optional = true }
26- dashcore = { path = " ../../../ rust-dashcore/dash " , features = [
26+ dashcore = { git = " https://github.com/dashpay/ rust-dashcore" , rev = " befd0356bebfcd0d06d1028d8a03bfa4c78bd219 " , features = [
2727 " std" ,
2828 " secp-recovery" ,
2929 " rand" ,
3030 " signer" ,
3131 " serde" ,
3232], default-features = false }
33- key-wallet = { path = " ../../../ rust-dashcore/key-wallet " , optional = true }
34- key-wallet-manager = { path = " ../../../ rust-dashcore/key-wallet-manager " , optional = true }
35- dash-spv = { path = " ../../../ rust-dashcore/dash-spv " , optional = true }
36- dashcore-rpc = { path = " ../../../ rust-dashcore/rpc-client " , optional = true }
33+ key-wallet = { git = " https://github.com/dashpay/ rust-dashcore" , rev = " befd0356bebfcd0d06d1028d8a03bfa4c78bd219 " , optional = true }
34+ key-wallet-manager = { git = " https://github.com/dashpay/ rust-dashcore" , rev = " befd0356bebfcd0d06d1028d8a03bfa4c78bd219 " , optional = true }
35+ dash-spv = { git = " https://github.com/dashpay/ rust-dashcore" , rev = " befd0356bebfcd0d06d1028d8a03bfa4c78bd219 " , optional = true }
36+ dashcore-rpc = { git = " https://github.com/dashpay/ rust-dashcore" , rev = " befd0356bebfcd0d06d1028d8a03bfa4c78bd219 " , optional = true }
3737
3838env_logger = { version = " 0.11" }
3939getrandom = { version = " 0.2" , features = [" js" ] }
0 commit comments