Skip to content

Commit

Permalink
discriminator: Bump to 0.3.0 for Solana v2 (#6911)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Jun 25, 2024
1 parent 667153b commit d7766f9
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
38 changes: 19 additions & 19 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/discriminator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spl-discriminator"
version = "0.2.2"
version = "0.3.0"
description = "Solana Program Library 8-Byte Discriminator Management"
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 @@ -15,7 +15,7 @@ test-sbf = []
bytemuck = { version = "1.16.1", features = ["derive"] }
serde = { version = "1.0.203", optional = true }
solana-program = "2.0.0"
spl-discriminator = { version = "0.2.2", path = "../discriminator" }
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-program-error = { version = "0.4.0", path = "../program-error" }
spl-type-length-value = { version = "0.4.3", path = "../type-length-value" }
spl-pod = { version = "0.2.2", path = "../pod" }
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 @@ -10,7 +10,7 @@ edition = "2021"
[dev-dependencies]
borsh = "1.5.1"
solana-program = "2.0.0"
spl-discriminator = { version = "0.2.2", path = "../discriminator" }
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-type-length-value = { version = "0.4.3", 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
Expand Up @@ -14,7 +14,7 @@ derive = ["dep:spl-type-length-value-derive"]
[dependencies]
bytemuck = { version = "1.16.1", features = ["derive"] }
solana-program = "2.0.0"
spl-discriminator = { version = "0.2.2", path = "../discriminator" }
spl-discriminator = { version = "0.3.0", path = "../discriminator" }
spl-program-error = { version = "0.4.0", path = "../program-error" }
spl-type-length-value-derive = { version = "0.1", path = "./derive", optional = true }
spl-pod = { version = "0.2.2", path = "../pod" }
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 @@ -24,7 +24,7 @@ spl-type-length-value = { version = "0.4.3", path = "../../libraries/type-length
[dev-dependencies]
solana-program-test = "2.0.0"
solana-sdk = "2.0.0"
spl-discriminator = { version = "0.2.2", path = "../../libraries/discriminator" }
spl-discriminator = { version = "0.3.0", path = "../../libraries/discriminator" }
spl-token-client = { version = "0.10.0", path = "../../token/client" }

[lib]
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 @@ -21,7 +21,7 @@ spl-type-length-value = { version = "0.4.3", path = "../../libraries/type-length
[dev-dependencies]
solana-program-test = "2.0.0"
solana-sdk = "2.0.0"
spl-discriminator = { version = "0.2.2", path = "../../libraries/discriminator" }
spl-discriminator = { version = "0.3.0", path = "../../libraries/discriminator" }
spl-token-client = { version = "0.10.0", path = "../../token/client" }
spl-token-metadata-interface = { version = "0.3.3", path = "../../token-metadata/interface" }

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

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 @@ -14,7 +14,7 @@ serde-traits = ["dep:serde", "spl-pod/serde-traits"]
borsh = "1.5.1"
serde = { version = "1.0.203", optional = true }
solana-program = "2.0.0"
spl-discriminator = { version = "0.2.2", path = "../../libraries/discriminator" }
spl-discriminator = { version = "0.3.0", path = "../../libraries/discriminator" }
spl-program-error = { version = "0.4.0", path = "../../libraries/program-error" }
spl-type-length-value = { version = "0.4.3", path = "../../libraries/type-length-value" }
spl-pod = { version = "0.2.2", path = "../../libraries/pod", features = [
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 @@ -11,7 +11,7 @@ edition = "2021"
arrayref = "0.3.7"
bytemuck = { version = "1.16.1", features = ["derive"] }
solana-program = "2.0.0"
spl-discriminator = { version = "0.2.2" , path = "../../../libraries/discriminator" }
spl-discriminator = { version = "0.3.0" , path = "../../../libraries/discriminator" }
spl-program-error = { version = "0.4.0" , path = "../../../libraries/program-error" }
spl-tlv-account-resolution = { version = "0.6.3" , path = "../../../libraries/tlv-account-resolution" }
spl-type-length-value = { version = "0.4.3" , path = "../../../libraries/type-length-value" }
Expand Down

0 comments on commit d7766f9

Please sign in to comment.