Skip to content

Commit 82b697c

Browse files
committed
Bump pq-sys and mysqlclient-sys
I've released new versions of these libraries that have pre-generated bindings rather than generating them at build time. Requiring a bleeding edge libclang caused far too many issues.
1 parent 9e8370b commit 82b697c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

diesel/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ byteorder = "1.0"
1616
chrono = { version = "0.3", optional = true }
1717
clippy = { optional = true, version = "=0.0.114" }
1818
libc = { version = "0.2.0", optional = true }
19-
libsqlite3-sys = { version = ">= 0.4.0, <0.7.0", optional = true }
20-
mysqlclient-sys = { version = "0.1.2", optional = true }
21-
pq-sys = { version = "0.3.1", optional = true }
19+
libsqlite3-sys = { version = ">=0.4.0, <0.7.0", optional = true }
20+
mysqlclient-sys = { version = ">=0.1.0, <0.3.0", optional = true }
21+
pq-sys = { version = ">=0.3.0, <0.5.0", optional = true }
2222
quickcheck = { version = "0.3.1", optional = true }
2323
serde_json = { version = ">=0.8.0, <0.10.0", optional = true }
2424
time = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)