Skip to content

Commit

Permalink
chore: refactor dependencies in mithril-common package
Browse files Browse the repository at this point in the history
- replace the dependency in the `mithril-common` package from `pallas-network`, `pallas-addresses`, `pallas-primitives`, and `pallas-codec` to only `pallas-codec`.
  • Loading branch information
falcucci committed Jan 5, 2024
1 parent 34cdec3 commit 28e7c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mithril-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fs = [
"pallas-network",
"pallas-addresses",
"pallas-primitives",
"pallas-codec",
"pallas-codec"
]

# Portable feature avoids SIGILL crashes on CPUs not supporting Intel ADX instruction set when built on CPUs that support it
Expand Down

0 comments on commit 28e7c82

Please sign in to comment.