Skip to content

Commit

Permalink
sea-orm-migration 0.11.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 1, 2023
1 parent c5f041b commit 2a15249
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.11.0-rc.1"
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", default-features = false }
clap = { version = "3.2", default-features = false, features = ["std", "env", "derive"], optional = true }
dotenvy = { version = "0.15", default-features = false, 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.11.0-rc.1", path = "../", default-features = false, features = ["macros"] }
sea-orm-cli = { version = "0.11.0-rc.1", path = "../sea-orm-cli", default-features = false, optional = true }
sea-schema = { version = "0.11" }
tracing = { version = "0.1", default-features = false, features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
Expand Down

0 comments on commit 2a15249

Please sign in to comment.