Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Feb 6, 2022
1 parent b85ceb7 commit 82b3918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [

[package]
name = "sea-schema"
version = "0.4.0"
version = "0.5.0"
authors = [ "Chris Tsang <tyt2y7@gmail.com>" ]
edition = "2021"
description = "🌿 SQL schema definition and discovery"
Expand All @@ -37,7 +37,7 @@ path = "src/lib.rs"
futures = { version = "0.3", optional = true }
sea-schema-derive = { version = "0.1.0", path = "sea-schema-derive" }
sea-query = { version = "^0.21.0" }
sea-orm = { git = "https://github.com/SeaQL/sea-orm.git", default-features = false, features = ["macros"], optional = true }
sea-orm = { version = "0.6.0", default-features = false, features = ["macros"], optional = true }
clap = { version = "^2.33.3", optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"], optional = true }
tracing = { version = "0.1", features = ["log"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tests/migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false

[dependencies]
sea-schema = { path = "../../", default-features = false, features = [ "migration" ] }
sea-orm = { git = "https://github.com/SeaQL/sea-orm.git", branch = "migration", default-features = false, features = ["sqlx-all", "runtime-async-std-native-tls"] }
sea-orm = { version = "0.6.0", default-features = false, features = ["sqlx-all", "runtime-async-std-native-tls"] }

[dev-dependencies]
env_logger = { version = "^0" }
Expand Down

0 comments on commit 82b3918

Please sign in to comment.