Skip to content

Commit

Permalink
Fixing Cargo.toml in crates/chainio/clients/elcontracts
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodeymo committed Dec 17, 2024
1 parent 0c5c6ea commit 55de6b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/chainio/clients/elcontracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ eigen-telemetry = { workspace = true, optional = true }
eigen-types.workspace = true
eigen-utils.workspace = true
thiserror.workspace = true
tokio = { workspace = true, optional = true }
tracing.workspace = true

[dev-dependencies]
Expand All @@ -26,7 +27,6 @@ eigen-testing-utils.workspace = true
eigen-utils.workspace = true
once_cell.workspace = true
serial_test.workspace = true
tokio.workspace = true

[features]
telemetry = ["dep:eigen-telemetry", "dep:tokio"]

0 comments on commit 55de6b6

Please sign in to comment.