Skip to content

Commit

Permalink
sea-orm-migration 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 24, 2022
1 parent 00a4fc9 commit 3a369d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sea-orm-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "sea-orm-migration"
version = "0.10.3"
version = "0.10.4"
authors = ["Billy Chan <[email protected]>"]
edition = "2021"
description = "Migration utility for SeaORM"
Expand All @@ -23,8 +23,8 @@ path = "src/lib.rs"
async-trait = { version = "^0.1" }
clap = { version = "^3.2", features = ["env", "derive"], optional = true }
dotenvy = { version = "^0.15", optional = true }
sea-orm = { version = "^0.10.3", path = "../", default-features = false, features = ["macros"] }
sea-orm-cli = { version = "^0.10.3", path = "../sea-orm-cli", default-features = false, optional = true }
sea-orm = { version = "^0.10.4", path = "../", default-features = false, features = ["macros"] }
sea-orm-cli = { version = "^0.10.4", path = "../sea-orm-cli", default-features = false, optional = true }
sea-schema = { version = "^0.10.2" }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit 3a369d3

Please sign in to comment.