Browse Source

Publish type-length-value v0.6.0 (#7233)

Jon C 1 year ago
parent
commit
7c4914a207
2 changed files with 2 additions and 2 deletions
  1. 1 1
      interface/Cargo.toml
  2. 1 1
      program/Cargo.toml

+ 1 - 1
interface/Cargo.toml

@@ -14,7 +14,7 @@ solana-program = "2.0.3"
 spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
 spl-program-error = { version = "0.5.0" , path = "../../../libraries/program-error" }
 spl-tlv-account-resolution = { version = "0.8.0", path = "../../../libraries/tlv-account-resolution" }
-spl-type-length-value = { version = "0.5.0" , path = "../../../libraries/type-length-value" }
+spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
 spl-pod = { version = "0.4.0", path = "../../../libraries/pod" }
 
 [lib]

+ 1 - 1
program/Cargo.toml

@@ -19,7 +19,7 @@ solana-program = "2.0.3"
 spl-tlv-account-resolution = { version = "0.8.0", path = "../../../libraries/tlv-account-resolution" }
 spl-token-2022 = { version = "5.0.1",  path = "../../program-2022", features = ["no-entrypoint"] }
 spl-transfer-hook-interface = { version = "0.8.1", path = "../interface" }
-spl-type-length-value = { version = "0.5.0" , path = "../../../libraries/type-length-value" }
+spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" }
 
 [dev-dependencies]
 solana-program-test = "2.0.3"