Skip to content

Commit

Permalink
Bump solana dependency (#1155)
Browse files Browse the repository at this point in the history
* Bump solana dependency

* Add range to spl-token
  • Loading branch information
febo authored Jul 31, 2023
1 parent 1f14ddf commit 4f32196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion core/rust/utils/Cargo.lock

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

5 changes: 2 additions & 3 deletions core/rust/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ crate-type = ["lib", "cdylib"]
path = "src/lib.rs"

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

[features]
spl-token = ["spl-token-2022"]
Expand Down

0 comments on commit 4f32196

Please sign in to comment.