Skip to content

Commit

Permalink
Publish type-length-value v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent d650e7f commit 6669016
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libraries/tlv-account-resolution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-program-error = { version = "0.5.0", path = "../program-error" }
spl-pod = { version = "0.4.0", path = "../pod" }
spl-type-length-value = { version = "0.5.0", path = "../type-length-value" }
spl-type-length-value = { version = "0.6.0", path = "../type-length-value" }

[dev-dependencies]
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion libraries/type-length-value-derive-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ edition = "2021"
borsh = "1.5.1"
solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-type-length-value = { version = "0.5.0", path = "../type-length-value", features = [
spl-type-length-value = { version = "0.6.0", path = "../type-length-value", features = [
"derive",
] }
2 changes: 1 addition & 1 deletion libraries/type-length-value/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-type-length-value"
version = "0.5.0"
version = "0.6.0"
description = "Solana Program Library Type-Length-Value Management"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion token-collection/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spl-token-2022 = { version = "5.0.0", 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.0", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.4.0", path = "../../token-metadata/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"
Expand Down
2 changes: 1 addition & 1 deletion token-group/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ solana-program = "2.0.3"
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
spl-token-2022 = { version = "5.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-group-interface = { version = "0.4.0", 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"
Expand Down
2 changes: 1 addition & 1 deletion token-group/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = ["borsh"
spl-program-error = { version = "0.5.0" , path = "../../libraries/program-error" }

[dev-dependencies]
spl-type-length-value = { version = "0.5.0", path = "../../libraries/type-length-value", features = ["derive"] }
spl-type-length-value = { version = "0.6.0", path = "../../libraries/type-length-value", features = ["derive"] }

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion token-metadata/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test-sbf = []
solana-program = "2.0.3"
spl-token-2022 = { version = "5.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-metadata-interface = { version = "0.4.0", 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" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion token-metadata/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = { version = "1.0.209", optional = true }
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-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", features = [
"borsh",
] }
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spl-token-confidential-transfer-proof-extraction = { version = "0.1.0", path = "
spl-token-group-interface = { version = "0.4.0", path = "../../token-group/interface" }
spl-token-metadata-interface = { version = "0.4.0", path = "../../token-metadata/interface" }
spl-transfer-hook-interface = { version = "0.8.0", path = "../transfer-hook/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" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.209", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ solana-program = "2.0.3"
spl-tlv-account-resolution = { version = "0.7.0" , path = "../../../libraries/tlv-account-resolution" }
spl-token-2022 = { version = "5.0.0", path = "../../program-2022", features = ["no-entrypoint"] }
spl-transfer-hook-interface = { version = "0.8.0", 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"
Expand Down
2 changes: 1 addition & 1 deletion token/transfer-hook/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.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]
Expand Down

0 comments on commit 6669016

Please sign in to comment.