Skip to content

Commit

Permalink
add contracts feature flag to arbiter-core
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC committed Oct 11, 2023
1 parent 04e1d5c commit 0095389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box-simulation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0095389

Please sign in to comment.