Fix sea-orm version
All checks were successful
Build Crate / build (push) Successful in 1m33s

This commit is contained in:
2024-08-18 20:11:32 -04:00
parent d29da66536
commit 993a0834b4
10 changed files with 11 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ perseus-axum = { version = "0.4.2" }
axum = "0.6"
tower-http = { version = "0.3", features = ["fs"] }
futures = "0.3.28"
sea-orm = { version = "0.12.0", features = [
sea-orm = { version = "1.0", features = [
"sqlx-postgres",
"runtime-tokio-native-tls",
"macros",
@@ -41,7 +41,7 @@ sea-orm = { version = "0.12.0", features = [
[target.'cfg(client)'.dependencies]
wasm-bindgen = "0.2.93"
reqwest = { version = "0.11", features = ["json"] }
sea-orm = { version = "0.1" }
sea-orm = { version = "1.0" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(engine)', 'cfg(client)'] }