Skip to content

Commit

Permalink
Add Serde to Address
Browse files Browse the repository at this point in the history
  • Loading branch information
zie1ony committed May 13, 2024
1 parent 996b59e commit bbe7cd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ env_logger = "0.11.1"
serde = { version = "1.0.195", default-features = false }
serde_json = { version = "1.0.113", default-features = false }
num-traits = { version = "0.2.14", default-features = false }
mockall = { version = "0.11.4" }
mockall = { version = "0.12.1" }
1 change: 0 additions & 1 deletion core/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ use casper_types::{
use serde::{Deserialize, Serialize};

/// An enum representing an [`AccountHash`] or a [`ContractPackageHash`].
#[derive(PartialOrd, Ord, PartialEq, Eq, Hash, Clone, Copy, Debug, Serialize, Deserialize)]
#[serde(untagged)]
pub enum Address {
Expand Down

0 comments on commit bbe7cd1

Please sign in to comment.