Skip to content

Commit c880cea

Browse files
committed
Bump diesel to 2.2.6 to prepare a next release
1 parent c59ddfa commit c880cea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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 = "2.2.5"
3+
version = "2.2.6"
44
license = "MIT OR Apache-2.0"
55
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
66
readme = "README.md"

diesel_cli/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_cli"
3-
version = "2.2.5"
3+
version = "2.2.6"
44
license = "MIT OR Apache-2.0"
55
description = "Provides the CLI for the Diesel crate"
66
readme = "README.md"

diesel_dynamic_schema/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-dynamic-schema"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
license = "MIT OR Apache-2.0"
55
edition = "2018"
66
autotests = false

0 commit comments

Comments
 (0)