Guillermo Bescos 1 年之前
父節點
當前提交
09c8df2e6f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"