Skip to content

Commit

Permalink
Don't use sea-orm's mock feature workspace level
Browse files Browse the repository at this point in the history
  • Loading branch information
smrtrfszm committed Jul 29, 2024
1 parent 11b2a26 commit 57a9ff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jsonwebtoken = "9.3.0"
mime = "0.3.17"
once_cell = "1.19.0"
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
sea-orm = { version = "0.12.15", default-features = false, features = ["macros", "mock", "runtime-actix-rustls", "sqlx-mysql", "with-chrono"] }
sea-orm = { version = "0.12.15", default-features = false, features = ["macros", "runtime-actix-rustls", "sqlx-mysql", "with-chrono"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] }
Expand Down
2 changes: 1 addition & 1 deletion iam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license-file.workspace = true

[dependencies]
iam-entity.workspace = true
sea-orm.workspace = true
sea-orm = { workspace = true, features = ["mock"] }
axum.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit 57a9ff0

Please sign in to comment.