Skip to content

Commit

Permalink
Update serde_partiql
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyutarow committed May 25, 2021
1 parent ea5d605 commit 1fb4ac1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "partiql-rs"
version = "0.202105.11"
version = "0.202105.12"
edition = "2018"
description = "A implementation of PartiQL"
homepage = "https://github.com/fuyutarow/partiql-rs"
Expand Down Expand Up @@ -32,5 +32,5 @@ regex = "1.5.4"
serde = "1.0.126"
serde_derive = "1.0.126"
serde_json = "1.0.64"
serde_partiql = "1.0.64+20210523"
serde_partiql = "1.1.64"
structopt = "0.3.21"

0 comments on commit 1fb4ac1

Please sign in to comment.