Skip to content

Commit bdd45cb

Browse files
committed
chore: update to version 3.2.0 and clean up readme a bit
1 parent f345173 commit bdd45cb

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "colored_json"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
edition = "2018"
55
authors = ["Jens Reimann <jreimann@redhat.com>", "Harald Hoyer <harald@redhat.com>"]
66
description = "Colorize JSON, for printing it out on the command line"

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ colored_json = "3"
1414
And then color your JSON output:
1515

1616
~~~rust
17-
extern crate colored_json;
18-
1917
use colored_json::prelude::*;
2018

2119
fn main() -> ::std::result::Result<(), Box<::std::error::Error>> {
@@ -40,8 +38,6 @@ fn main() -> ::std::result::Result<(), Box<::std::error::Error>> {
4038
Or directly write it out:
4139

4240
~~~rust
43-
extern crate serde_json;
44-
extern crate colored_json;
4541
use serde_json::{from_str, Value};
4642
use std::io::stdout;
4743
use std::io::Write;

0 commit comments

Comments
 (0)