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: add serde support to model types #91

Merged
merged 7 commits into from Mar 23, 2022

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Mar 23, 2022

Add serde support for types in models.rs
feature gated: with-serde

crates/revm/Cargo.toml Outdated Show resolved Hide resolved
Co-authored-by: rakita <rakita@users.noreply.github.com>
@@ -15,11 +15,13 @@ bytes = { version = "1.1", default-features = false }
#needed for web3 db connector
futures = { version = "0.3.21", optional = true }
hashbrown = { version = "0.12" }
hex = { version = "0.4.3", optional = true }
Copy link
Member

Choose a reason for hiding this comment

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

remove last number, remove hex from dev-dependencies, and do a build so that cargo.lock is updated.

Copy link
Collaborator Author

@mattsse mattsse Mar 23, 2022

Choose a reason for hiding this comment

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

removed patch, was already locked at 0.4.3

Copy link
Member

@rakita rakita left a comment

Choose a reason for hiding this comment

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

small nits

@rakita rakita merged commit 0437dcd into bluealloy:main Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants