We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4744980 commit cb3a340Copy full SHA for cb3a340
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "colored_json"
3
-version = "3.3.0"
+version = "4.0.0"
4
edition = "2021"
5
authors = ["Jens Reimann <jreimann@redhat.com>", "Harald Hoyer <harald@redhat.com>"]
6
description = "Colorize JSON, for printing it out on the command line"
README.md
@@ -8,7 +8,7 @@ Add it to your project:
8
9
~~~toml
10
[dependencies]
11
-colored_json = "3"
+colored_json = "4"
12
~~~
13
14
And then color your JSON output:
0 commit comments