diff --git a/Cargo.lock b/Cargo.lock index 86d8102a..634cd99e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1687,7 +1687,6 @@ dependencies = [ "serde", "serde_with", "sha2 0.10.9", - "strum 0.28.0", "system_accounts", "thiserror 2.0.18", ] diff --git a/lez/common/Cargo.toml b/lez/common/Cargo.toml index d03dcbbf..7582e885 100644 --- a/lez/common/Cargo.toml +++ b/lez/common/Cargo.toml @@ -25,7 +25,6 @@ log.workspace = true hex.workspace = true borsh.workspace = true logos-blockchain-common-http-client.workspace = true -strum.workspace = true [dev-dependencies] lee = { workspace = true, features = ["test-utils"] } diff --git a/lez/common/src/transaction.rs b/lez/common/src/transaction.rs index 22d4b70e..9970bf7d 100644 --- a/lez/common/src/transaction.rs +++ b/lez/common/src/transaction.rs @@ -209,17 +209,7 @@ impl From for LeeTransaction { } #[derive( - Debug, - Clone, - Copy, - PartialEq, - Eq, - Serialize, - Deserialize, - BorshSerialize, - BorshDeserialize, - strum::IntoStaticStr, - strum::EnumIter, + Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize, BorshSerialize, BorshDeserialize, )] pub enum TxKind { Public,