mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-06 13:03:15 +00:00
fix(common): drop strum
This commit is contained in:
parent
acb73dce0c
commit
69ecc116a8
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1687,7 +1687,6 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_with",
|
||||
"sha2 0.10.9",
|
||||
"strum 0.28.0",
|
||||
"system_accounts",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
@ -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"] }
|
||||
|
||||
@ -209,17 +209,7 @@ impl From<lee::ProgramDeploymentTransaction> 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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user