We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1cd79 commit 7deef76Copy full SHA for 7deef76
2 files changed
Cargo.toml
@@ -13,6 +13,6 @@ members = [
13
]
14
15
[replace]
16
-"diesel:0.11.0" = { path = "diesel" }
+"diesel:0.11.1" = { path = "diesel" }
17
"diesel_codegen:0.11.0" = { path = "diesel_codegen" }
18
"diesel_infer_schema:0.11.0" = { path = "diesel_infer_schema" }
diesel/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "diesel"
3
-version = "0.11.0"
+version = "0.11.1"
4
authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
5
license = "MIT OR Apache-2.0"
6
description = "A safe, extensible ORM and Query builder"
0 commit comments