Skip to content

Commit

Permalink
update solana-program dependency up to 1.18 (#1172)
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev authored May 7, 2024
1 parent 83ddacc commit 4e913b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/rust/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "src/lib.rs"

[dependencies]
arrayref = "0.3.6"
solana-program = ">= 1.14.13, < 1.17"
solana-program = ">= 1.14.13, <= 1.18"
spl-token-2022 = { version = ">= 0.6.0, < 0.9", features = ["no-entrypoint"], optional = true }

[features]
Expand Down

0 comments on commit 4e913b5

Please sign in to comment.