Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### Problem It's very useful to run downstream tests with newer versions of the Solana crates to catch unwanted breakage. Mollusk pins some of its Solana crate dependencies to 2.1.0. The token repo uses mollusk for its testing framework, but because of the pinning in mollusk, it's impossible to run downstream tests on it. #### Summary of changes This might be totally off-base, and I might be missing something important, but it'll be way more flexible and easier if mollusk unpins its dependencies.