Skip to content

Commit

Permalink
fix: sequencer should not be default.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger committed May 11, 2024
1 parent 35cf243 commit 2502adc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion 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 protocol-units/da/m1/light-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tracing-subscriber = { workspace = true, optional = true }

[features]
default = [
"sequencer",
# "sequencer",
"logging"
]
logging = [
Expand Down
4 changes: 2 additions & 2 deletions util/movement-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ rust-version = { workspace = true }
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_with = { workspace = true }
derivative = { workspace = true }
# derivative = { workspace = true }
anyhow = { workspace = true }
sha2 = { workspace = true }

Expand Down

0 comments on commit 2502adc

Please sign in to comment.