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