11[package ]
22name = " magic-domain-program"
33description = " Domain registration program for Ephemeral Rollups"
4- version = " 0.0.1 "
4+ version = " 0.1.0 "
55authors = [" Magicblock Labs <dev@magicblock.gg>" ]
66edition = " 2021"
77license = " MIT"
@@ -17,21 +17,24 @@ name = "mdp"
1717
1818[dependencies ]
1919# solana
20- solana-program = { version = " ^2, <3" }
21- security-txt = { version = " 1.1.1" , package = " solana-security-txt" , optional = true }
20+ solana-program = { version = " >=1.6" }
21+ solana-system-interface = { version = " >=1" , features = [" bincode" ]}
22+ security-txt = { version = " >=1" , package = " solana-security-txt" , optional = true }
2223
2324# serialization/deserialization
24- borsh = { version = " 1" , features = [ " derive" ] }
25- bytemuck_derive = " <=1.8 "
25+ borsh = { version = " >= 1" , features = [ " derive" ] }
26+ bytemuck_derive = " >=1 "
2627
2728[dev-dependencies ]
28- program-test = { package = " solana-program-test " , version = " ^2, <3 " }
29- sdk = { package = " solana-sdk " , version = " ^2, <3 " }
30- tokio = { version = " 1.0 " , features = [ " macros" , " rt" ] }
29+ solana-sdk = { version = " >=1.6 " }
30+ solana-program-test = { version = " >=1.6 " }
31+ tokio = { version = " >=1 " , features = [ " macros" , " rt" ] }
3132
3233[features ]
3334entrypoint = [" security-txt" ]
3435default = [" entrypoint" ]
36+ disable-realloc = []
37+ modular-sdk = []
3538
3639
3740
0 commit comments