Skip to content

Commit 10ccfea

Browse files
committed
update solana-program dependency up to 1.18
1 parent 7c601f7 commit 10ccfea

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)