Guillermo Bescos 1 éve
szülő
commit
09c8df2e6f
1 módosított fájl, 1 hozzáadás és 1 törlés
  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"