Skip to content

Commit

Permalink
bump versions & rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalojoec committed Sep 1, 2023
1 parent 84c9d75 commit b8a10a5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

10 changes: 5 additions & 5 deletions token-group/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ borsh = "0.10"
solana-program = "1.16.3"
spl-discriminator = { version = "0.1.0" , path = "../../libraries/discriminator" }
spl-pod = { version = "0.1.0" , path = "../../libraries/pod" }
spl-token-2022 = { version = "0.7.0", path = "../../token/program-2022" }
spl-token-2022 = { version = "0.8.0", path = "../../token/program-2022" }
spl-token-group-interface = { version = "0.1.0", path = "../interface" }
spl-token-metadata-interface = { version = "0.1.0", path = "../../token-metadata/interface" }
spl-tlv-account-resolution = { version = "0.2.0" , path = "../../libraries/tlv-account-resolution" }
spl-type-length-value = { version = "0.2.0" , path = "../../libraries/type-length-value" }
spl-token-metadata-interface = { version = "0.2.0", path = "../../token-metadata/interface" }
spl-tlv-account-resolution = { version = "0.3.0" , path = "../../libraries/tlv-account-resolution" }
spl-type-length-value = { version = "0.3.0" , path = "../../libraries/type-length-value" }

[dev-dependencies]
solana-program-test = "1.16.3"
solana-sdk = "1.16.3"
spl-token-client = { version = "0.5", path = "../../token/client" }
spl-token-client = { version = "0.6", path = "../../token/client" }
test-case = "3.1"

[lib]
Expand Down
8 changes: 4 additions & 4 deletions token-group/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ borsh = "0.10"
solana-program = "1.16.3"
spl-discriminator = { version = "0.1.0" , path = "../../libraries/discriminator" }
spl-pod = { version = "0.1.0" , path = "../../libraries/pod", features = ["borsh"] }
spl-program-error = { version = "0.2.0" , path = "../../libraries/program-error" }
spl-tlv-account-resolution = { version = "0.2.0", path = "../../libraries/tlv-account-resolution" }
spl-transfer-hook-interface = { version = "0.1.0", path = "../../token/transfer-hook-interface" }
spl-type-length-value = { version = "0.2.0", path = "../../libraries/type-length-value", features = ["derive"] }
spl-program-error = { version = "0.3.0" , path = "../../libraries/program-error" }
spl-tlv-account-resolution = { version = "0.3.0", path = "../../libraries/tlv-account-resolution" }
spl-transfer-hook-interface = { version = "0.2.0", path = "../../token/transfer-hook-interface" }
spl-type-length-value = { version = "0.3.0", path = "../../libraries/type-length-value", features = ["derive"] }

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

0 comments on commit b8a10a5

Please sign in to comment.