Skip to content

Commit

Permalink
fix features issue
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Oct 29, 2024
1 parent 623eefe commit 098b02e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 41 deletions.
55 changes: 16 additions & 39 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/encoding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ publish = true
# alloy only really needed when generating proofs, and since the core doesn't
# need to do that we've gated it behing the `kzg` feature flag.
alloy = { workspace = true, features = ["consensus", "eips"], optional = true }
anyhow = { workspace = true }
anyhow = { workspace = true, features = ["default"] }
bitvec = { workspace = true, features = ["default"] }
c-kzg = { workspace = true }
flate2 = { workspace = true, features = ["default"] }
hex = { workspace = true }
itertools = { workspace = true, features = ["use_std"] }
postcard = { workspace = true, features = ["alloc"] }
postcard = { workspace = true, features = ["use-std"] }
serde = { workspace = true }
static_assertions = { workspace = true }

Expand Down

0 comments on commit 098b02e

Please sign in to comment.