Skip to content

Commit f8fdefd

Browse files
authored
Merge pull request #90 from blackbeam/fixes
v0.30.4 release
2 parents 7e9159e + c72a14e commit f8fdefd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["mysql", "database"]
1313
categories = ["database"]
1414

1515
# * Invoke `cargo readme > README.md` if relevant!
16-
version = "0.30.3"
16+
version = "0.30.4"
1717

1818
edition = "2018"
1919
exclude = [
@@ -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.0", optional = true }
71+
mysql-common-derive = { path = "derive", version = "0.30.1", optional = true }
7272

7373
[dev-dependencies]
7474
proptest = "1.0"

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.0"
14+
version = "0.30.1"
1515

1616
[lib]
1717
proc-macro = true

0 commit comments

Comments
 (0)