Skip to content

Commit

Permalink
Bump diesel to 2.2.6 to prepare a next release
Browse files Browse the repository at this point in the history
  • Loading branch information
weiznich committed Nov 26, 2024
1 parent c59ddfa commit c880cea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = "2.2.5"
version = "2.2.6"
license = "MIT OR Apache-2.0"
description = "A safe, extensible ORM and Query Builder for PostgreSQL, SQLite, and MySQL"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion diesel_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel_cli"
version = "2.2.5"
version = "2.2.6"
license = "MIT OR Apache-2.0"
description = "Provides the CLI for the Diesel crate"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion diesel_dynamic_schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diesel-dynamic-schema"
version = "0.2.2"
version = "0.2.3"
license = "MIT OR Apache-2.0"
edition = "2018"
autotests = false
Expand Down

0 comments on commit c880cea

Please sign in to comment.