Skip to content

Commit

Permalink
build: update sea-orm to 1.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fan-tastic-z committed May 29, 2024
1 parent d96ae2f commit 7993b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ chrono = { version = "0.4", features = ["serde"] }

async-trait = "0.1.74"

sea-orm = { version = "1.0.0-rc.3", features = [
sea-orm = { version = "1.0.0-rc.4", features = [
"sqlx-postgres",
"runtime-tokio-rustls",
"macros",
Expand Down
6 changes: 3 additions & 3 deletions migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }

[dependencies.sea-orm-migration]
version = "1.0.0-rc.3"
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.
# e.g.
"runtime-tokio-rustls", # `ASYNC_RUNTIME` feature
"sqlx-postgres", # `DATABASE_DRIVER` feature
"runtime-tokio-rustls", # `ASYNC_RUNTIME` feature
"sqlx-postgres", # `DATABASE_DRIVER` feature
]

0 comments on commit 7993b84

Please sign in to comment.