Skip to content

Commit 1ccf832

Browse files
author
Alexei Pastuchov
committed
bump mysqlclient-sys version to 0.2.4
0.2.0 do not provide enum mysql_ssl_mode. The enum was introduces in sgrif/mysqlclient-sys@6575414
1 parent f7bec43 commit 1ccf832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diesel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ byteorder = "1.0"
1717
chrono = { version = "0.4.1", optional = true }
1818
libc = { version = "0.2.0", optional = true }
1919
libsqlite3-sys = { version = ">=0.8.0, <0.19.0", optional = true, features = ["min_sqlite_version_3_7_16"] }
20-
mysqlclient-sys = { version = "0.2.0", optional = true }
20+
mysqlclient-sys = { version = "0.2.4", optional = true }
2121
pq-sys = { version = "0.4.0", optional = true }
2222
quickcheck = { version = "0.9", optional = true }
2323
serde_json = { version = ">=0.8.0, <2.0", optional = true }

0 commit comments

Comments
 (0)