Skip to content

Commit d349f4b

Browse files
committed
Bump versions
1 parent a7ef7f8 commit d349f4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ saturating = "0.1"
6868
serde = { version = "1", features = ["derive"] }
6969
serde_json = "1"
7070

71-
mysql-common-derive = { path = "derive", version = "0.30.2", optional = true }
71+
mysql-common-derive = { path = "derive", version = "0.31.0", optional = true }
7272
btoi = "0.4.3"
7373
zstd = "0.13"
7474

derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["database"]
1111
exclude = ["README.tpl"]
1212

1313
# * Invoke `cargo readme > README.md` if relevant!
14-
version = "0.30.2"
14+
version = "0.31.0"
1515

1616
[lib]
1717
proc-macro = true

0 commit comments

Comments
 (0)