Skip to content

Commit

Permalink
Fix toml_datetime 1.64.0 MSRV error (coral-xyz#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto authored May 19, 2023
1 parent 41a4d82 commit 4793b90
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
25 changes: 16 additions & 9 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ spl-token-2022 = { version = "0.5.0", features = ["no-entrypoint"], optional = t
spl-associated-token-account = { version = "1.1.1", features = ["no-entrypoint"], optional = true }
mpl-token-metadata = { version = "^1.11.0", optional = true, features = ["no-entrypoint"] }

# TODO: Remove after updating to latest version of platform-tools.
# TODO: Remove after Solana release v1.16
# Latest solana version(1.14.17) as of 2023-05-01 comes with rustc 1.62.0-dev but MSRV for latest
# version of this crate is 1.64.0. See https://github.com/solana-labs/solana/pull/31418
winnow = "=0.4.1"
toml_datetime = "=0.6.1"

0 comments on commit 4793b90

Please sign in to comment.