Diesel also needs to be 0.10.1
diff --git a/Cargo.toml b/Cargo.toml
index 2fd63f1..9ed2777 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,7 +14,7 @@
 ]
 
 [replace]
-"diesel:0.10.0" = { path = "diesel" }
+"diesel:0.10.1" = { path = "diesel" }
 "diesel_codegen:0.10.1" = { path = "diesel_codegen" }
 "diesel_codegen_shared:0.10.0" = { path = "diesel_codegen_shared" }
 "diesel_infer_schema:0.10.1" = { path = "diesel_infer_schema" }
diff --git a/diesel/Cargo.toml b/diesel/Cargo.toml
index 0e6c8ff..c2d6818 100644
--- a/diesel/Cargo.toml
+++ b/diesel/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "diesel"
-version = "0.10.0"
+version = "0.10.1"
 authors = ["Sean Griffin <sean@seantheprogrammer.com>"]
 license = "MIT OR Apache-2.0"
 description = "A safe, extensible ORM and Query builder"