Skip to content

Commit

Permalink
Merge pull request #59 from ynqa/v0.4.1/fix-scroll
Browse files Browse the repository at this point in the history
v0.4.1: bump up version of promkit to v0.4.6
  • Loading branch information
ynqa authored Sep 25, 2024
2 parents 34ed9c6 + 4b28bb9 commit 821cdf8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 19 deletions.
41 changes: 24 additions & 17 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 = "jnv"
version = "0.4.0"
version = "0.4.1"
authors = ["ynqa <un.pensiero.vano@gmail.com>"]
edition = "2021"
description = "JSON navigator and interactive filter leveraging jq"
Expand All @@ -16,7 +16,7 @@ jaq-core = "1.2.1"
jaq-interpret = "1.2.1"
jaq-parse = "1.0.2"
jaq-std = "1.2.1"
promkit = "0.4.5"
promkit = "0.4.6"
radix_trie = "0.2.1"

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

0 comments on commit 821cdf8

Please sign in to comment.