ソースを参照

Publish spl-program-error v0.6.0

github-actions[bot] 1 年間 前
コミット
9a4c49b26f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      interface/Cargo.toml

+ 1 - 1
interface/Cargo.toml

@@ -12,7 +12,7 @@ arrayref = "0.3.9"
 bytemuck = { version = "1.19.0", features = ["derive"] }
 solana-program = "2.1.0"
 spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
-spl-program-error = { version = "0.5.0" , path = "../../../libraries/program-error" }
+spl-program-error = { version = "0.6.0", path = "../../../libraries/program-error" }
 spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" }
 spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
 spl-pod = { version = "0.5.0", path = "../../../libraries/pod" }