Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
wseaton authored Apr 25, 2023
1 parent bcfdf33 commit ef62343
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqloxide"
version = "0.1.30"
version = "0.1.33"
authors = ["Will Eaton <me@wseaton.com>"]
edition = "2018"

Expand All @@ -16,5 +16,5 @@ version = "0.17.1"
features = ["extension-module"]

[dependencies.sqlparser]
version = "0.30.0"
version = "0.33.0"
features = ["json_example"]

0 comments on commit ef62343

Please sign in to comment.