We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff55d10 commit 6e38f73Copy full SHA for 6e38f73
Cargo.toml
@@ -48,7 +48,7 @@ logging = []
48
49
[dependencies]
50
borsh = { version = "1.5.3", features = [ "derive" ] }
51
-solana-program = { version = ">=1.16" }
+solana-program = { version = ">=1.16, <3.0.0" }
52
bytemuck = { version = ">=1", features = [ "derive" ] }
53
num_enum = "^0.7.2"
54
thiserror = { version = ">=1" }
0 commit comments