Skip to content

Commit 4e913b5

Browse files
authoredMay 7, 2024··
update solana-program dependency up to 1.18 (#1172)
1 parent 83ddacc commit 4e913b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/rust/utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "src/lib.rs"
1515

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

2121
[features]

0 commit comments

Comments
 (0)
Please sign in to comment.