Skip to content

Commit

Permalink
use alloc for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codeesura authored Dec 21, 2023
1 parent e130143 commit c0fbaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/starknet-types-rpc/src/custom_serde/num_as_hex.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use alloc::vec::Vec;
use core::marker::PhantomData;

/// A trait for types that should be serialized or deserialized as hexadecimal strings.
Expand Down

0 comments on commit c0fbaae

Please sign in to comment.