Skip to content

Commit

Permalink
Update anchor to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
acamill committed Apr 25, 2022
1 parent a4f9099 commit e60163c
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 24 deletions.
203 changes: 182 additions & 21 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions programs/anchor-comp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anchor-comp"
version = "0.1.4"
version = "0.1.5"
description = "Wrapper on MangoMarketsV3 (non anchor)"
edition = "2021"
authors = ["alexcamill@gmail.com UXDProtocol::Acammm"]
Expand All @@ -20,7 +20,7 @@ production = []
development = []

[dependencies]
solana-program = ">=1.9.0, <1.10.0"
anchor-lang = "0.22.1"
solana-program = ">=1.9.0"
anchor-lang = "0.24.2"
mango = { git = "https://github.com/blockworks-foundation/mango-v3", features = ["no-entrypoint"] }
serum_dex = { git = "https://github.com/blockworks-foundation/serum-dex.git", default-features=false, features = ["no-entrypoint", "program"] }

0 comments on commit e60163c

Please sign in to comment.