Skip to content

Commit 3b2141f

Browse files
committed
[sdk] Remove invalid dependencies.
1 parent 481175c commit 3b2141f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sdk/invoke/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ spi_search = ["spi_base"]
2323
iam = []
2424
event = []
2525
macro = ["dep:simple-invoke-client-macro"]
26-
reldb-core = ["tardis/reldb-core"]
2726

2827
[dependencies]
2928
serde.workspace = true
@@ -40,7 +39,6 @@ simple-invoke-client-macro = { path = "../simple-invoke-client-macro", optional
4039
tardis = { workspace = true, features = ["test"] }
4140
simple-invoke-client-macro = { path = "../simple-invoke-client-macro" }
4241

43-
4442
[[test]]
4543
name = "test_macros"
4644
features = ["macro"]

sdk/invoke/src/invoke_enumeration.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
use std::fmt::Display;
21

32
use serde::{Deserialize, Serialize};
4-
#[cfg(feature = "reldb-core")]
5-
use tardis::db::sea_orm;
63
use tardis::web::poem_openapi;
74

85
#[derive(Clone, Debug, PartialEq, Eq, Deserialize, Serialize, poem_openapi::Enum)]
96
#[serde(rename_all = "lowercase")]
10-
#[cfg_attr(feature = "reldb-core", derive(strum::EnumString))]
117
pub enum InvokeModuleKind {
128
#[oai(rename = "search")]
139
Search,

0 commit comments

Comments
 (0)