Skip to content

Commit 1f4227f

Browse files
committed
Update to latest libc and libpq, lock libc version
Wildcard versions are a bad idea... Fixes diesel-rs#5
1 parent 4ecc5db commit 1f4227f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.1.0"
44
authors = ["Sean Griffin <sean@thoughtbot.com>"]
55

66
[dependencies]
7-
libc = "*"
8-
pq-sys = "0.1.*"
7+
libc = "0.2.*"
8+
pq-sys = "0.2.*"
99
byteorder = "0.3.*"
1010

1111
[dev-dependencies]

0 commit comments

Comments
 (0)