From 00953891ecf20cc2f40225d637c205afc73e43c7 Mon Sep 17 00:00:00 2001 From: Kinrezc Date: Wed, 11 Oct 2023 11:54:17 -0400 Subject: [PATCH] add contracts feature flag to arbiter-core --- box-simulation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box-simulation/Cargo.toml b/box-simulation/Cargo.toml index 0c18a11e7..a30ac4fb6 100644 --- a/box-simulation/Cargo.toml +++ b/box-simulation/Cargo.toml @@ -10,7 +10,7 @@ bindings.workspace = true box_core.workspace = true tokio = { version = "1.11.0", features = ["full"] } anyhow = "1.0.75" -arbiter-core = { git = "https://github.com/primitivefinance/arbiter.git", branch = "main" } +arbiter-core = { git = "https://github.com/primitivefinance/arbiter.git", branch = "main", features = ["contracts"] } arbiter-derive = { git = "https://github.com/primitivefinance/arbiter.git", branch = "main" } ethers = "2.0.10" serde = "1.0.188"