From 2d60edb81375e21f5ee7c240a8e17c3d4ab31665 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 12 Jul 2014 20:49:34 -0700 Subject: [PATCH] Don't build a test crate for libpostgres --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8e55132f..1177a6f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ authors = [ "Steven Fackler " ] name = "postgres" path = "src/lib/lib.rs" +test = false [[test]]