spl: Remove `toml_edit` version requirement (#2895)

This commit is contained in:
acheron 2024-04-08 21:19:34 +02:00 committed by GitHub
parent 01839ad725
commit 3591ba6cb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 5 deletions

1
Cargo.lock generated
View File

@ -311,7 +311,6 @@ dependencies = [
"spl-memo",
"spl-token 4.0.0",
"spl-token-2022 3.0.2",
"toml_edit 0.21.0",
]
[[package]]

View File

@ -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"