Skip to content

Commit ed1f586

Browse files
committed
Unbump mysql_common so we don't bump major
1 parent 9d4a186 commit ed1f586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "msql-srv"
3-
version = "0.8.4"
3+
version = "0.8.5"
44

55
description = "Bindings for emulating a MySQL/MariaDB server"
66
readme = "README.md"
@@ -23,7 +23,7 @@ maintenance = { status = "experimental" }
2323

2424
[dependencies]
2525
nom = "5.0.0"
26-
mysql_common = "0.18"
26+
mysql_common = "0.17"
2727
byteorder = "1"
2828
chrono = "0.4"
2929

0 commit comments

Comments
 (0)