Skip to content

Commit

Permalink
chore(workspace): Fix default-features in workspace root (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby authored Sep 2, 2024
1 parent 9e5e7d3 commit 82f00a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ kona-common = { path = "crates/common", version = "0.0.2" }
kona-preimage = { path = "crates/preimage", version = "0.0.2" }
kona-executor = { path = "crates/executor", version = "0.0.1" }
kona-common-proc = { path = "crates/common-proc", version = "0.0.2" }
kona-derive = { path = "crates/derive", version = "0.0.2", default-feature = false }
kona-primitives = { path = "crates/primitives", version = "0.0.1", default-feature = false }
kona-derive = { path = "crates/derive", version = "0.0.2", default-features = false }
kona-primitives = { path = "crates/primitives", version = "0.0.1", default-features = false }

# General
anyhow = { version = "1.0.86", default-features = false }
Expand Down

0 comments on commit 82f00a5

Please sign in to comment.