examples: Bump solana-program to 1.7.11 (#654)

This commit is contained in:
Armani Ferrante 2021-08-31 17:27:59 -07:00 committed by GitHub
parent 697f585b5b
commit b6720be3ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,5 +18,5 @@ default = []
anchor-lang = { path = "../../../../lang" }
anchor-spl = { path = "../../../../spl" }
serum_dex = { path = "../../deps/serum-dex/dex", features = ["no-entrypoint"] }
solana-program = "=1.7.8"
solana-program = "=1.7.11"
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }