Преглед изворни кода

set borsh version to 1.2.1 to match version in solana

Ayaz Abbas пре 1 година
родитељ
комит
06d77ec435
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", "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"