Skip to content

Commit a6c4746

Browse files
committed
feat(color): release new version with match highlighting
1 parent 67aee7a commit a6c4746

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
env: TARGET=i686-unknown-linux-musl
1919
- os: linux
2020
rust: stable
21-
env: TARGET=x86_64-unknown-linux-gnu
21+
env: TARGET=x86_64-unknown-linux-gnu RPMISE=x86_64
2222
- os: linux
2323
rust: stable
2424
env: TARGET=x86_64-unknown-linux-musl RPMISE=x86_64

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jg"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Gidi Meir Morris <[email protected]>"]
55
edition = "2018"
66
description = "Jeff Goldblum (jg) is a command-line JSON processor. jg searches for structural patterns in json input and prints each json object that matches the pattern."

0 commit comments

Comments
 (0)