diff --git a/Cargo.toml b/Cargo.toml index 1762e1513658..a3b024125160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } diff --git a/diesel/Cargo.toml b/diesel/Cargo.toml index b9da265a9b72..0feef6d0bcc2 100644 --- a/diesel/Cargo.toml +++ b/diesel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diesel" -version = "1.4.5" +version = "1.4.6" authors = ["Sean Griffin "] license = "MIT OR Apache-2.0" description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"