@@ -49,12 +49,12 @@ syn = "2.0.72"
4949thiserror = { version = " 2.0" , default-features = false }
5050tokio = " 1.43.0"
5151bs58 = " 0.4"
52- light-sdk-pinocchio = { path = " ../ light-protocol3/sdk-libs/sdk-pinocchio " , default-features = false , features = [" v2" ] }
53- light-sdk-types = { path = " ../ light-protocol3/sdk-libs/sdk-types " , default-features = false , features = [" v2" ] }
54- light-macros = { path = " ../ light-protocol3/program-libs/macros " , default-features = false }
55- light-compressed-account = { path = " ../ light-protocol3/program-libs/compressed-account " , default-features = false }
56- light-hasher = { path = " ../ light-protocol3/program-libs/hasher " , default-features = false }
52+ light-sdk-pinocchio = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , default-features = false , features = [" v2" ] }
53+ light-sdk-types = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , default-features = false , features = [" v2" ] }
54+ light-macros = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , default-features = false }
55+ light-compressed-account = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , default-features = false }
56+ light-hasher = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , default-features = false }
5757# Test dependencies for Compressed Account
58- light-program-test = { path = " ../ light-protocol3/sdk-libs/program-test " , features = [" v2" ] }
59- light-client = { path = " ../ light-protocol3/sdk-libs/client " , features = [" v2" ] }
60- light-sdk = { path = " ../ light-protocol3/sdk-libs/sdk " , features = [" v2" ] }
58+ light-program-test = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , features = [" v2" ] }
59+ light-client = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , features = [" v2" ] }
60+ light-sdk = { git = " https://github.com/Lightprotocol/ light-protocol " , rev = " 04bccc882f083bd5d428d13dec3dcfba1f88a18f " , features = [" v2" ] }
0 commit comments