Skip to content

Commit 6e38f73

Browse files
authored
fix: capping solana program version due to transit dependency issue (#119)
1 parent ff55d10 commit 6e38f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ logging = []
4848

4949
[dependencies]
5050
borsh = { version = "1.5.3", features = [ "derive" ] }
51-
solana-program = { version = ">=1.16" }
51+
solana-program = { version = ">=1.16, <3.0.0" }
5252
bytemuck = { version = ">=1", features = [ "derive" ] }
5353
num_enum = "^0.7.2"
5454
thiserror = { version = ">=1" }

0 commit comments

Comments
 (0)