Skip to content

Commit

Permalink
display
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 1, 2024
1 parent 8ab829b commit ce17bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/withdrawals-contract/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
use std::fmt;
pub use crate::error::Error;
use num_enum::{IntoPrimitive, TryFromPrimitive};
use platform_value::{Identifier, IdentifierBytes32};
use platform_version::version::PlatformVersion;
use serde_json::Value;
use serde_repr::{Deserialize_repr, Serialize_repr};
use std::fmt;

mod error;
pub mod v1;
Expand Down

0 comments on commit ce17bee

Please sign in to comment.