We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094b837 commit 589ad46Copy full SHA for 589ad46
.travis.yml
@@ -0,0 +1,9 @@
1
+language: rust
2
+rust:
3
+- nightly
4
+- beta
5
+- stable
6
+addons:
7
+ postgresql: 9.4
8
+script:
9
+- cargo test
Cargo.toml
@@ -6,4 +6,4 @@ license = "MIT"
[dependencies]
byteorder = "0.3"
-postgres = "0.9"
+postgres = "0.9.3"
0 commit comments