-
-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into last-insert-id
- Loading branch information
Showing
25 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] | |
|
||
[package] | ||
name = "sea-orm" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
authors = ["Chris Tsang <[email protected]>"] | ||
edition = "2018" | ||
description = "🐚 An async & dynamic ORM for Rust" | ||
|
@@ -29,7 +29,7 @@ futures = { version = "^0.3" } | |
futures-util = { version = "^0.3" } | ||
log = { version = "^0.4", optional = true } | ||
rust_decimal = { version = "^1", optional = true } | ||
sea-orm-macros = { version = "^0.2.5", path = "sea-orm-macros", optional = true } | ||
sea-orm-macros = { version = "^0.2.6", path = "sea-orm-macros", optional = true } | ||
sea-query = { version = "^0.17.1", features = ["thread-safe"] } | ||
sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] } | ||
serde = { version = "^1.0", features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
[package] | ||
name = "sea-orm-cli" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
authors = [ "Billy Chan <[email protected]>" ] | ||
edition = "2018" | ||
description = "Command line utility for SeaORM" | ||
|
@@ -21,7 +21,7 @@ path = "src/main.rs" | |
clap = { version = "^2.33.3" } | ||
dotenv = { version = "^0.15" } | ||
async-std = { version = "^1.9", features = [ "attributes" ] } | ||
sea-orm-codegen = { version = "^0.2.5", path = "../sea-orm-codegen" } | ||
sea-orm-codegen = { version = "^0.2.6", path = "../sea-orm-codegen" } | ||
sea-schema = { version = "^0.2.9", default-features = false, features = [ | ||
"debug-print", | ||
"sqlx-mysql", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sea-orm-codegen" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
authors = ["Billy Chan <[email protected]>"] | ||
edition = "2018" | ||
description = "Code Generator for SeaORM" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "sea-orm-macros" | ||
version = "0.2.5" | ||
version = "0.2.6" | ||
authors = [ "Billy Chan <[email protected]>" ] | ||
edition = "2018" | ||
description = "Derive macros for SeaORM" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters