Skip to content

Commit

Permalink
Merge pull request #585 from loco-rs/sea-orm-rc4
Browse files Browse the repository at this point in the history
SeaORM rc4 upgrade tracking PR
  • Loading branch information
jondot authored May 27, 2024
2 parents bc2870b + 570dba1 commit 7c517ec
Show file tree
Hide file tree
Showing 8 changed files with 741 additions and 713 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ clap = { version = "4.4.7", features = ["derive"], optional = true }
colored = "2"


sea-orm = { version = "1.0.0-rc.1", features = [
sea-orm = { version = "1.0.0-rc.4", features = [
"sqlx-postgres", # `DATABASE_DRIVER` feature
"sqlx-sqlite",
"runtime-tokio-rustls",
Expand Down Expand Up @@ -141,7 +141,7 @@ tower-http = { version = "0.5.0", features = [

[dependencies.sea-orm-migration]
optional = true
version = "1.0.0-rc.1"
version = "1.0.0-rc.4"
features = [
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.
Expand Down
Loading

0 comments on commit 7c517ec

Please sign in to comment.