@@ -9,16 +9,10 @@ members = [
99# Pin blake3 version for solana-program compatibility
1010blake3 = { version = " =1.8.2" , default-features = false }
1111
12- # Light Protocol dependencies from git
13- light-sdk = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
14- light-sdk-macros = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
15- light-sdk-types = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" , default-features = false }
16- light-compressible = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
17- light-hasher = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
18- light-token = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
19- light-token-interface = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
20- light-token-types = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
21- light-program-test = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
22- light-client = { git = " https://github.com/Lightprotocol/light-protocol" , rev = " 0b77fa4c5e05f76b46f9696cf7dec02d0306eb60" }
23- # Published on crates.io (not in light-protocol repo)
12+ # Light Protocol dependencies from crates.io
13+ light-sdk = " 0.18.0"
14+ light-hasher = " 5.0.0"
15+ light-token = " 0.3.0"
16+ light-program-test = " 0.18.0"
17+ light-client = " 0.18.0"
2418light-anchor-spl = { version = " 0.31.1" , features = [" idl-build" ] }
0 commit comments