Skip to content

Commit 0922405

Browse files
committed
Release diesel 1.4.5
1 parent b335785 commit 0922405

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ members = [
2626
]
2727

2828
[replace]
29-
"diesel:1.4.4" = { path = "diesel" }
29+
"diesel:1.4.5" = { path = "diesel" }
3030
"diesel_derives:1.4.1" = { path = "diesel_derives" }
3131
"diesel_migrations:1.4.0" = { path = "diesel_migrations" }
3232
"migrations_internals:1.4.1" = { path = "diesel_migrations/migrations_internals" }

diesel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diesel"
3-
version = "1.4.4"
3+
version = "1.4.5"
44
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
55
license = "MIT OR Apache-2.0"
66
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"

0 commit comments

Comments
 (0)