We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ef7f8 commit d349f4bCopy full SHA for d349f4b
2 files changed
Cargo.toml
@@ -68,7 +68,7 @@ saturating = "0.1"
68
serde = { version = "1", features = ["derive"] }
69
serde_json = "1"
70
71
-mysql-common-derive = { path = "derive", version = "0.30.2", optional = true }
+mysql-common-derive = { path = "derive", version = "0.31.0", optional = true }
72
btoi = "0.4.3"
73
zstd = "0.13"
74
derive/Cargo.toml
@@ -11,7 +11,7 @@ categories = ["database"]
11
exclude = ["README.tpl"]
12
13
# * Invoke `cargo readme > README.md` if relevant!
14
-version = "0.30.2"
+version = "0.31.0"
15
16
[lib]
17
proc-macro = true
0 commit comments