spl: Use git url for serum_dex for development (#575)

This commit is contained in:
Armani Ferrante 2021-08-04 15:52:06 -07:00 committed by GitHub
parent ec6888a3b9
commit 0c51fc7ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ devnet = []
[dependencies]
anchor-lang = { path = "../lang", version = "0.12.0", features = ["derive"] }
lazy_static = "1.4.0"
serum_dex = { version = "0.4.0", features = ["no-entrypoint"] }
serum_dex = { git = "https://github.com/project-serum/serum-dex", version = "0.4.0", features = ["no-entrypoint"] }
solana-program = "=1.7.8"
spl-token = { version = "3.1.1", features = ["no-entrypoint"] }