Browse Source

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

Armani Ferrante 4 years ago
parent
commit
b6720be3ce

+ 1 - 1
examples/permissioned-markets/programs/permissioned-markets/Cargo.toml

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