fix(common): drop strum

This commit is contained in:
Daniil Polyakov 2026-08-03 19:30:42 +03:00
parent acb73dce0c
commit 69ecc116a8
3 changed files with 1 additions and 13 deletions

1
Cargo.lock generated
View File

@ -1687,7 +1687,6 @@ dependencies = [
"serde", "serde",
"serde_with", "serde_with",
"sha2 0.10.9", "sha2 0.10.9",
"strum 0.28.0",
"system_accounts", "system_accounts",
"thiserror 2.0.18", "thiserror 2.0.18",
] ]

View File

@ -25,7 +25,6 @@ log.workspace = true
hex.workspace = true hex.workspace = true
borsh.workspace = true borsh.workspace = true
logos-blockchain-common-http-client.workspace = true logos-blockchain-common-http-client.workspace = true
strum.workspace = true
[dev-dependencies] [dev-dependencies]
lee = { workspace = true, features = ["test-utils"] } lee = { workspace = true, features = ["test-utils"] }

View File

@ -209,17 +209,7 @@ impl From<lee::ProgramDeploymentTransaction> for LeeTransaction {
} }
#[derive( #[derive(
Debug, Debug, Clone, Copy, PartialEq, Eq, Serialize, Deserialize, BorshSerialize, BorshDeserialize,
Clone,
Copy,
PartialEq,
Eq,
Serialize,
Deserialize,
BorshSerialize,
BorshDeserialize,
strum::IntoStaticStr,
strum::EnumIter,
)] )]
pub enum TxKind { pub enum TxKind {
Public, Public,