Skip to content

Commit

Permalink
Release diesel 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Mar 5, 2021
1 parent ae72835 commit b0c8e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ members = [
]

[replace]
"diesel:1.4.5" = { path = "diesel" }
"diesel:1.4.6" = { path = "diesel" }
"diesel_derives:1.4.1" = { path = "diesel_derives" }
"diesel_migrations:1.4.0" = { path = "diesel_migrations" }
"migrations_internals:1.4.1" = { path = "diesel_migrations/migrations_internals" }
Expand Down
2 changes: 1 addition & 1 deletion diesel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel"
version = "1.4.5"
version = "1.4.6"
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
Expand Down

0 comments on commit b0c8e99

Please sign in to comment.