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
clippy warnings
  • Loading branch information
yjhmelody committed Mar 15, 2024
commit 68f4297eecd21194b9b45a44684ec2b00830ab7b
1 change: 1 addition & 0 deletions crates/serde/src/json_u256.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ where
#[cfg(test)]
mod test {
use super::JsonU256;
#[allow(unused_imports)]
use alloc::{vec, vec::Vec};
use alloy_primitives::U256;
use serde::{Deserialize, Serialize};
Expand Down
Loading