Skip to content

Commit

Permalink
spl: Remove toml_edit version requirement (#2895)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored Apr 8, 2024
1 parent 01839ad commit 3591ba6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 0 additions & 4 deletions spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ spl-associated-token-account = { version = "3", features = ["no-entrypoint"], op
spl-memo = { version = "4", features = ["no-entrypoint"], optional = true }
spl-token = { version = "4", features = ["no-entrypoint"], optional = true }
spl-token-2022 = { version = "3", features = ["no-entrypoint"], optional = true }

# TODO: Remove after https://github.com/coral-xyz/anchor/pull/2795 is merged.
# `toml_edit 0.21.1` has MSRV of `1.69.0` which is above `1.68.0` that comes from `solana-cli 1.17`.
toml_edit = "=0.21.0"

0 comments on commit 3591ba6

Please sign in to comment.