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: support no_std for alloy-genesis/alloy-serde #320

Merged
merged 12 commits into from
Mar 21, 2024
Prev Previous commit
Next Next commit
Update Cargo.toml
  • Loading branch information
mattsse authored Mar 15, 2024
commit 397c245cb3188c96373c124e71fe59f96f1f8b49
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ url = "2.5"

## serde
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = { version = "1.0" }
serde_json = "1.0"

## misc-testing
arbitrary = "1.3"
Expand Down
Loading