Skip to content

Commit

Permalink
Move to sea-orm-migration 0.11.3 in migration
Browse files Browse the repository at this point in the history
`sea-orm-migration` 0.11.2 pulls in a version of `tracing-subscriber`
with a bug that stops migrations from working. See [1], [2], [3] for
context.

[1]: https://github.com/SeaQL/sea-orm/releases/tag/0.11.3
[2]: SeaQL/sea-orm#1608
[3]: tokio-rs/tracing#2566
  • Loading branch information
tgeoghegan committed May 2, 2023
1 parent 3d1df63 commit 4162cac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }

[dependencies.sea-orm-migration]
version = "0.11.2"
version = "0.11.3"
features = ["runtime-tokio-rustls", "sqlx-postgres"]

0 comments on commit 4162cac

Please sign in to comment.