Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: update toolchain and refactore dependencies #69

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

mrLSD
Copy link
Member

@mrLSD mrLSD commented Nov 11, 2024

Description

⛓️ 🛋️ Updated:
➡️ Rust toolchain 1.82.0
➡️ Refactored dependencies

  • new version of primitive-types
  • new version of rlp
  • remover ethereum dependency as outdated and incompatible with the new version of primitive-types. Created new type Log.

@mrLSD mrLSD added the enhancement New feature or request label Nov 11, 2024
@mrLSD mrLSD self-assigned this Nov 11, 2024
@mrLSD mrLSD requested review from aleksuss and birchmd November 11, 2024 22:25
sha3 = "0.10"
parity-bytes = "0.1"
env_logger = "0.11"
lazy_static = "1.4.0"
lazy_static = "1.5"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can get rid of this dependency by using the LazyCell?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will be part of refactoring for jsontests.

@mrLSD mrLSD merged commit 8fad857 into master Nov 13, 2024
6 checks passed
@mrLSD mrLSD deleted the feat/up-dependencies branch November 13, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants