Skip to content

Commit

Permalink
Merge pull request #37 from ynqa/v0.2.2/main
Browse files Browse the repository at this point in the history
v0.2.2
  • Loading branch information
ynqa committed Apr 21, 2024
2 parents a42bf86 + c0a7492 commit dc0cdfb
Show file tree
Hide file tree
Showing 8 changed files with 529 additions and 425 deletions.
128 changes: 67 additions & 61 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jnv"
version = "0.2.1"
version = "0.2.2"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
edition = "2021"
description = "JSON navigator and interactive filter leveraging jq"
Expand All @@ -9,11 +9,11 @@ license = "MIT"
readme = "README.md"

[dependencies]
anyhow = "1.0.80"
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive"] }
gag = "1.0.0"
j9 = "0.1.3"
promkit = "0.3.3"
promkit = "0.4.0"
radix_trie = "0.2.1"

# The profile that 'cargo dist' will build with
Expand Down

0 comments on commit dc0cdfb

Please sign in to comment.