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",
|
||||||
"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",
|
||||||
]
|
]
|
||||||
|
|||||||
@ -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"] }
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user