Skip to content

Commit

Permalink
Update token-group and feature-gate
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Oct 18, 2023
1 parent 0d240b4 commit 46941c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions feature-gate/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ test-sbf = []

[dependencies]
num_enum = "0.7.0"
solana-program = "1.16.16"
solana-program = "1.17.2"
spl-program-error = { version = "0.3.0", path = "../../libraries/program-error" }

[dev-dependencies]
solana-program-test = "1.16.16"
solana-sdk = "1.16.16"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"

[lib]
crate-type = ["cdylib", "lib"]
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 @@ -9,7 +9,7 @@ edition = "2021"

[dependencies]
bytemuck = "1.14.0"
solana-program = "1.16.16"
solana-program = "1.17.2"
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.3.0" , path = "../../libraries/program-error" }
Expand Down

0 comments on commit 46941c7

Please sign in to comment.