Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Jan 17, 2024
1 parent a7ef7f8 commit d349f4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ saturating = "0.1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"

mysql-common-derive = { path = "derive", version = "0.30.2", optional = true }
mysql-common-derive = { path = "derive", version = "0.31.0", optional = true }
btoi = "0.4.3"
zstd = "0.13"

Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["database"]
exclude = ["README.tpl"]

# * Invoke `cargo readme > README.md` if relevant!
version = "0.30.2"
version = "0.31.0"

[lib]
proc-macro = true
Expand Down

0 comments on commit d349f4b

Please sign in to comment.