Skip to content

Commit

Permalink
spl: Pin version of toml_edit crate to 0.21.0 (#2807)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Feb 4, 2024
1 parent 94fde24 commit fde0066
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
20 changes: 16 additions & 4 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@ spl-memo = { version = "4", features = ["no-entrypoint"], optional = true }
spl-token = { version = "4", features = ["no-entrypoint"], optional = true }
spl-token-2022 = { version = "0.9", 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 fde0066

Please sign in to comment.