Skip to content

Commit

Permalink
set borsh version to 1.2.1 to match version in solana
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed Aug 20, 2024
1 parent 85203eb commit 06d77ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythnet/pythnet_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ solana-program = ["dep:solana-program", "dep:anchor-lang"]

[dependencies]
bincode = "1.3.1"
borsh = { version = "1.5.1", features = ["unstable__schema"] }
borsh = { version = "1.2.1", features = ["unstable__schema"] }
bytemuck = { version = "1.11.0", features = ["derive"] }
byteorder = "1.4.3"
fast-math = "0.1"
Expand Down

0 comments on commit 06d77ec

Please sign in to comment.