Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
add sov-mock-da dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 7, 2024
1 parent dfa4774 commit 711dddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const-rollup-config = { workspace = true, optional = true }
sov-kernels = { workspace = true, features = ["native"], optional = true }
sov-mock-zkvm = { workspace = true, features = ["native"], optional = true }
sov-prover-storage-manager = { workspace = true, features = ["test-utils"] }
sov-mock-da = { workspace = true, features = ["native"], optional = true }

[dev-dependencies]
test-log = { version = "0.2.14", default-features = false, features = ["trace"] }
Expand All @@ -76,6 +77,7 @@ native = [
"sov-rollup-interface/native",
"sov-mock-zkvm",
"sov-kernels",
"sov-mock-da",
]
mock-da = [
"native",
Expand Down

0 comments on commit 711dddc

Please sign in to comment.