File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ keywords = ["mysql", "database"]
1313categories = [" database" ]
1414
1515# * Invoke `cargo readme > README.md` if relevant!
16- version = " 0.30.3 "
16+ version = " 0.30.4 "
1717
1818edition = " 2018"
1919exclude = [
@@ -68,7 +68,7 @@ saturating = "0.1"
6868serde = { version = " 1" , features = [" derive" ] }
6969serde_json = " 1"
7070
71- mysql-common-derive = { path = " derive" , version = " 0.30.0 " , optional = true }
71+ mysql-common-derive = { path = " derive" , version = " 0.30.1 " , optional = true }
7272
7373[dev-dependencies ]
7474proptest = " 1.0"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ categories = ["database"]
1111exclude = [" README.tpl" ]
1212
1313# * Invoke `cargo readme > README.md` if relevant!
14- version = " 0.30.0 "
14+ version = " 0.30.1 "
1515
1616[lib ]
1717proc-macro = true
You can’t perform that action at this time.
0 commit comments