Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 877430b

Browse files
authored
Move to sea-orm-migration 0.11.3 in migration (#68)
`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
1 parent 3d1df63 commit 877430b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

migration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ path = "src/lib.rs"
1212
async-std = { version = "1", features = ["attributes", "tokio1"] }
1313

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

0 commit comments

Comments
 (0)