@@ -45,24 +45,24 @@ futures = "0.3.21"
4545getrandom = { version = " 0.1.16" , features = [" custom" ] }
4646hex = " 0.4.3"
4747home = " =0.5.9" # Custom for compatibility with rust 1.75
48- jito-account-traits-derive = { package = " jito-account-traits-derive" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
49- jito-bytemuck = { package = " jito-bytemuck" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
50- jito-jsm-core = { package = " jito-jsm-core" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
48+ jito-account-traits-derive = { package = " jito-account-traits-derive" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
49+ jito-bytemuck = { package = " jito-bytemuck" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
50+ jito-jsm-core = { package = " jito-jsm-core" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
5151jito-priority-fee-distribution-sdk = { path = " ./priority_fee_distribution_sdk" , version = " =0.0.1" }
52- jito-restaking-client = { package = " jito-restaking-client" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
53- jito-restaking-core = { package = " jito-restaking-core" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
54- jito-restaking-program = { package = " jito-restaking-program" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " , features = [" no-entrypoint" ] }
55- jito-restaking-sdk = { package = " jito-restaking-sdk" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
52+ jito-restaking-client = { package = " jito-restaking-client" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
53+ jito-restaking-core = { package = " jito-restaking-core" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
54+ jito-restaking-program = { package = " jito-restaking-program" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " , features = [" no-entrypoint" ] }
55+ jito-restaking-sdk = { package = " jito-restaking-sdk" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
5656jito-tip-distribution-sdk = { path = " ./tip_distribution_sdk" , version = " =0.0.1" }
5757jito-tip-payment-sdk = { path = " ./tip_payment_sdk" , version = " =0.0.1" }
5858jito-tip-router-client = { path = " ./clients/rust/jito_tip_router" , version = " 0.0.1" }
5959jito-tip-router-core = { path = " ./core" , version = " =0.0.1" }
6060jito-tip-router-program = { path = " ./program" , version = " =0.0.1" }
6161jito-tip-router-shank-cli = { path = " ./shank_cli" , version = " =0.0.1" }
62- jito-vault-client = { package = " jito-vault-client" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
63- jito-vault-core = { package = " jito-vault-core" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
64- jito-vault-program = { package = " jito-vault-program" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " , features = [" no-entrypoint" ] }
65- jito-vault-sdk = { package = " jito-vault-sdk" , git = " https://github.com/jito-foundation/restaking" , rev = " 175b594f24c8913448942685c7345f7521dd0a41 " }
62+ jito-vault-client = { package = " jito-vault-client" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
63+ jito-vault-core = { package = " jito-vault-core" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
64+ jito-vault-program = { package = " jito-vault-program" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " , features = [" no-entrypoint" ] }
65+ jito-vault-sdk = { package = " jito-vault-sdk" , git = " https://github.com/jito-foundation/restaking" , branch = " v2.2-upgrade " }
6666log = " 0.4.22"
6767matches = " 0.1.10"
6868meta-merkle-tree = { path = " ./meta_merkle_tree" , version = " =0.0.1" }
0 commit comments