Guillermo Bescos há 1 ano atrás
pai
commit
09c8df2e6f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pythnet/pythnet_sdk/Cargo.toml

+ 1 - 1
pythnet/pythnet_sdk/Cargo.toml

@@ -17,7 +17,7 @@ solana-program = ["dep:solana-program"]
 
 [dependencies]
 bincode = "1.3.1"
-borsh = "0.10.3"
+borsh = ">=0.9, <0.11"
 bytemuck = { version = "1.11.0", features = ["derive"] }
 byteorder = "1.4.3"
 fast-math = "0.1"