forked from diesel-rs/diesel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request diesel-rs#2338 from weiznich/update/diesel_1.4.4
Cherry pick changelog of diesel 1.4.4 to master
- Loading branch information
Showing
6 changed files
with
32 additions
and
12 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "diesel" | ||
version = "1.4.3" | ||
version = "1.4.4" | ||
authors = ["Sean Griffin <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and 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
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 = "migrations_internals" | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
authors = ["Sean Griffin <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Internal implementation of diesels migration mechanism" | ||
|
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 = "migrations_macros" | ||
version = "1.4.1" | ||
version = "1.4.2" | ||
authors = ["Sean Griffin <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
description = "Codegeneration macros for diesels embedded migrations" | ||
|