Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Publish pod v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent beca5b9 commit 8250d12
Show file tree
Hide file tree
Showing 14 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 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/pod/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-pod"
version = "0.3.2"
version = "0.4.0"
description = "Solana Program Library Plain Old Data (Pod)"
authors = ["Solana Labs Maintainers <[email protected]>"]
repository = "https://github.com/solana-labs/solana-program-library"
Expand Down
2 changes: 1 addition & 1 deletion libraries/tlv-account-resolution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.209", optional = true }
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.3.2", path = "../pod" }
spl-pod = { version = "0.4.0", path = "../pod" }
spl-type-length-value = { version = "0.5.0", path = "../type-length-value" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libraries/type-length-value/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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-type-length-value-derive = { version = "0.1", path = "./derive", optional = true }
spl-pod = { version = "0.3.2", path = "../pod" }
spl-pod = { version = "0.4.0", path = "../pod" }

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion record/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.0.3"
thiserror = "1.0"
spl-pod = { version = "0.3.2", path = "../../libraries/pod" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }

[dev-dependencies]
solana-program-test = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ solana-security-txt = "1.1.1"
spl-math = { version = "0.2", path = "../../libraries/math", features = [
"no-entrypoint",
] }
spl-pod = { version = "0.3.2", path = "../../libraries/pod", features = [
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [
"borsh",
] }
spl-token-2022 = { version = "5.0.0", path = "../../token/program-2022", features = [
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 @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
solana-program = "2.0.3"
spl-pod = { version = "0.3.2", path = "../../libraries/pod" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
spl-program-error = { version = "0.5.0" , path = "../../libraries/program-error" }
spl-token-2022 = { version = "5.0.0", path = "../../token/program-2022", features = ["no-entrypoint"] }
spl-token-group-example = { version = "0.2", path = "../../token-group/example", features = ["no-entrypoint"] }
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 @@ -13,7 +13,7 @@ test-sbf = []

[dependencies]
solana-program = "2.0.3"
spl-pod = { version = "0.3.2", path = "../../libraries/pod" }
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" }
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 @@ -11,7 +11,7 @@ edition = "2021"
bytemuck = "1.17.1"
solana-program = "2.0.3"
spl-discriminator = { version = "0.3.0" , path = "../../libraries/discriminator" }
spl-pod = { version = "0.3.2", path = "../../libraries/pod", features = ["borsh"] }
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = ["borsh"] }
spl-program-error = { version = "0.5.0" , path = "../../libraries/program-error" }

[dev-dependencies]
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 @@ -16,7 +16,7 @@ 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-pod = { version = "0.3.2", path = "../../libraries/pod" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }

[dev-dependencies]
solana-program-test = "2.0.3"
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 @@ -17,7 +17,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-type-length-value = { version = "0.5.0", path = "../../libraries/type-length-value" }
spl-pod = { version = "0.3.2", path = "../../libraries/pod", features = [
spl-pod = { version = "0.4.0", path = "../../libraries/pod", features = [
"borsh",
] }

Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spl-associated-token-account = { version = "4.0.0", path = "../../associated-tok
spl-memo = { version = "5.0.0", path = "../../memo/program", features = [
"no-entrypoint",
] }
spl-pod = { version = "0.3.2", path = "../../libraries/pod" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
spl-record = { version = "0.2.0", path = "../../record/program", features = [
"no-entrypoint",
]}
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 @@ -33,7 +33,7 @@ spl-token-group-interface = { version = "0.4.0", path = "../../token-group/inter
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-pod = { version = "0.3.2", path = "../../libraries/pod" }
spl-pod = { version = "0.4.0", path = "../../libraries/pod" }
thiserror = "1.0"
serde = { version = "1.0.209", optional = true }
serde_with = { version = "3.9.0", optional = true }
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 @@ -15,7 +15,7 @@ spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminat
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-pod = { version = "0.3.2", path = "../../../libraries/pod" }
spl-pod = { version = "0.4.0", path = "../../../libraries/pod" }

[lib]
crate-type = ["cdylib", "lib"]
Expand Down

0 comments on commit 8250d12

Please sign in to comment.