Skip to content

Commit

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

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ readme = "README.md"
categories = ["database", "parsing", "parser-implementations"]
keywords = ["partiql"]

[badges]
github = { repository = "fuyutarow/partiql-rs", workflow = "Rust" }

[lib]
name = "partiql"
path = "src/lib/mod.rs"
Expand All @@ -30,5 +27,5 @@ regex = "1.5.4"
serde = "1.0.126"
serde_derive = "1.0.126"
serde_json = "1.0.64"
serde_partiql = { version = "1.0.64+202105", git = "https://github.com/fuyutarow/serde-partiql" }
serde_partiql = "1.0.64+20210523"
structopt = "0.3.21"

0 comments on commit ffceb65

Please sign in to comment.