From aafc3ec55cfbbbb9ff6812588febae83710dbd7b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 12:23:01 +0000 Subject: [PATCH] Publish spl-type-length-value v0.7.0 --- Cargo.lock | 22 +++++++++---------- libraries/tlv-account-resolution/Cargo.toml | 2 +- .../type-length-value-derive-test/Cargo.toml | 2 +- libraries/type-length-value/Cargo.toml | 2 +- token-collection/program/Cargo.toml | 2 +- token-group/example/Cargo.toml | 2 +- token-group/interface/Cargo.toml | 2 +- token-metadata/example/Cargo.toml | 2 +- token-metadata/interface/Cargo.toml | 2 +- token/program-2022/Cargo.toml | 2 +- token/transfer-hook/example/Cargo.toml | 2 +- token/transfer-hook/interface/Cargo.toml | 2 +- 12 files changed, 22 insertions(+), 22 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1044b63b1dd..287d6e3380a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8452,7 +8452,7 @@ dependencies = [ "spl-discriminator 0.4.0", "spl-pod 0.5.0", "spl-program-error 0.6.0", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", "thiserror", ] @@ -8545,7 +8545,7 @@ dependencies = [ "spl-token-group-interface 0.4.2", "spl-token-metadata-interface 0.5.1", "spl-transfer-hook-interface 0.8.2", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", "thiserror", ] @@ -8662,7 +8662,7 @@ dependencies = [ "spl-token-group-example", "spl-token-group-interface 0.4.2", "spl-token-metadata-interface 0.5.1", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", ] [[package]] @@ -8722,7 +8722,7 @@ dependencies = [ "spl-token-client", "spl-token-group-interface 0.4.2", "spl-token-metadata-interface 0.5.1", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", ] [[package]] @@ -8753,7 +8753,7 @@ dependencies = [ "solana-sha256-hasher", "spl-discriminator 0.4.0", "spl-pod 0.5.0", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", "thiserror", ] @@ -8801,7 +8801,7 @@ dependencies = [ "spl-token-2022 5.0.2", "spl-token-client", "spl-token-metadata-interface 0.5.1", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", "test-case", ] @@ -8837,7 +8837,7 @@ dependencies = [ "solana-sha256-hasher", "spl-discriminator 0.4.0", "spl-pod 0.5.0", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", "thiserror", ] @@ -8962,7 +8962,7 @@ dependencies = [ "spl-tlv-account-resolution 0.8.1", "spl-token-2022 5.0.2", "spl-transfer-hook-interface 0.8.2", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", ] [[package]] @@ -8992,7 +8992,7 @@ dependencies = [ "spl-pod 0.5.0", "spl-program-error 0.6.0", "spl-tlv-account-resolution 0.8.1", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", "tokio", ] @@ -9011,7 +9011,7 @@ dependencies = [ [[package]] name = "spl-type-length-value" -version = "0.6.0" +version = "0.7.0" dependencies = [ "bytemuck", "num-derive", @@ -9042,7 +9042,7 @@ dependencies = [ "borsh 1.5.1", "solana-borsh", "spl-discriminator 0.4.0", - "spl-type-length-value 0.6.0", + "spl-type-length-value 0.7.0", ] [[package]] diff --git a/libraries/tlv-account-resolution/Cargo.toml b/libraries/tlv-account-resolution/Cargo.toml index 60d147356e5..ec722d148a5 100644 --- a/libraries/tlv-account-resolution/Cargo.toml +++ b/libraries/tlv-account-resolution/Cargo.toml @@ -25,7 +25,7 @@ solana-pubkey = "2.1.0" spl-discriminator = { version = "0.4.0", path = "../discriminator" } spl-program-error = { version = "0.6.0", path = "../program-error" } spl-pod = { version = "0.5.0", path = "../pod" } -spl-type-length-value = { version = "0.6.0", path = "../type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../type-length-value" } thiserror = "1.0" [dev-dependencies] diff --git a/libraries/type-length-value-derive-test/Cargo.toml b/libraries/type-length-value-derive-test/Cargo.toml index f5cc14a60b5..c5cf2e2edc4 100644 --- a/libraries/type-length-value-derive-test/Cargo.toml +++ b/libraries/type-length-value-derive-test/Cargo.toml @@ -11,6 +11,6 @@ edition = "2021" borsh = "1.5.1" solana-borsh = "2.1.0" spl-discriminator = { version = "0.4.0", path = "../discriminator" } -spl-type-length-value = { version = "0.6.0", path = "../type-length-value", features = [ +spl-type-length-value = { version = "0.7.0", path = "../type-length-value", features = [ "derive", ] } diff --git a/libraries/type-length-value/Cargo.toml b/libraries/type-length-value/Cargo.toml index 758c568f671..62ba813a334 100644 --- a/libraries/type-length-value/Cargo.toml +++ b/libraries/type-length-value/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spl-type-length-value" -version = "0.6.0" +version = "0.7.0" description = "Solana Program Library Type-Length-Value Management" authors = ["Solana Labs Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" diff --git a/token-collection/program/Cargo.toml b/token-collection/program/Cargo.toml index e3988f4e430..7593729da70 100644 --- a/token-collection/program/Cargo.toml +++ b/token-collection/program/Cargo.toml @@ -19,7 +19,7 @@ spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", feature spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] } spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" } spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" } -spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length-value" } [dev-dependencies] solana-program-test = "2.1.0" diff --git a/token-group/example/Cargo.toml b/token-group/example/Cargo.toml index dc29f077ab9..6d1d22efbe6 100644 --- a/token-group/example/Cargo.toml +++ b/token-group/example/Cargo.toml @@ -16,7 +16,7 @@ solana-program = "2.1.0" spl-pod = { version = "0.5.0", path = "../../libraries/pod" } spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] } spl-token-group-interface = { version = "0.4.2", path = "../interface" } -spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length-value" } [dev-dependencies] solana-program-test = "2.1.0" diff --git a/token-group/interface/Cargo.toml b/token-group/interface/Cargo.toml index b83fc12311f..c0cd75ca904 100644 --- a/token-group/interface/Cargo.toml +++ b/token-group/interface/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0" [dev-dependencies] solana-sha256-hasher = "2.1.0" -spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value", features = ["derive"] } +spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length-value", features = ["derive"] } [lib] crate-type = ["cdylib", "lib"] diff --git a/token-metadata/example/Cargo.toml b/token-metadata/example/Cargo.toml index aea94861102..391475f3293 100644 --- a/token-metadata/example/Cargo.toml +++ b/token-metadata/example/Cargo.toml @@ -15,7 +15,7 @@ test-sbf = [] solana-program = "2.1.0" spl-token-2022 = { version = "5.0.2", path = "../../token/program-2022", features = ["no-entrypoint"] } spl-token-metadata-interface = { version = "0.5.1", path = "../interface" } -spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length-value" } spl-pod = { version = "0.5.0", path = "../../libraries/pod" } [dev-dependencies] diff --git a/token-metadata/interface/Cargo.toml b/token-metadata/interface/Cargo.toml index b9117f121ee..5abcf980596 100644 --- a/token-metadata/interface/Cargo.toml +++ b/token-metadata/interface/Cargo.toml @@ -22,7 +22,7 @@ solana-msg = "2.1.0" solana-program-error = "2.1.0" spl-discriminator = { version = "0.4.0", path = "../../libraries/discriminator" } solana-pubkey = "2.1.0" -spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length-value" } spl-pod = { version = "0.5.0", path = "../../libraries/pod", features = [ "borsh", ] } diff --git a/token/program-2022/Cargo.toml b/token/program-2022/Cargo.toml index 87790ff642f..969c965a868 100644 --- a/token/program-2022/Cargo.toml +++ b/token/program-2022/Cargo.toml @@ -33,7 +33,7 @@ spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = " spl-token-group-interface = { version = "0.4.2", path = "../../token-group/interface" } spl-token-metadata-interface = { version = "0.5.1", path = "../../token-metadata/interface" } spl-transfer-hook-interface = { version = "0.8.2", path = "../transfer-hook/interface" } -spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../../libraries/type-length-value" } spl-pod = { version = "0.5.0", path = "../../libraries/pod" } thiserror = "1.0" serde = { version = "1.0.214", optional = true } diff --git a/token/transfer-hook/example/Cargo.toml b/token/transfer-hook/example/Cargo.toml index 5197d15a15c..441eb045b60 100644 --- a/token/transfer-hook/example/Cargo.toml +++ b/token/transfer-hook/example/Cargo.toml @@ -19,7 +19,7 @@ solana-program = "2.1.0" spl-tlv-account-resolution = { version = "0.8.1", path = "../../../libraries/tlv-account-resolution" } spl-token-2022 = { version = "5.0.2", path = "../../program-2022", features = ["no-entrypoint"] } spl-transfer-hook-interface = { version = "0.8.2", path = "../interface" } -spl-type-length-value = { version = "0.6.0", path = "../../../libraries/type-length-value" } +spl-type-length-value = { version = "0.7.0", path = "../../../libraries/type-length-value" } [dev-dependencies] solana-program-test = "2.1.0" diff --git a/token/transfer-hook/interface/Cargo.toml b/token/transfer-hook/interface/Cargo.toml index cfef1bc4138..fe4e9b2d8f0 100644 --- a/token/transfer-hook/interface/Cargo.toml +++ b/token/transfer-hook/interface/Cargo.toml @@ -14,7 +14,7 @@ solana-program = "2.1.0" spl-discriminator = { version = "0.4.0", path = "../../../libraries/discriminator" } 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-type-length-value = { version = "0.7.0", path = "../../../libraries/type-length-value" } spl-pod = { version = "0.5.0", path = "../../../libraries/pod" } [lib]