diff --git a/Cargo.lock b/Cargo.lock index 98e4632..3877389 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vivid" -version = "0.10.0" +version = "0.10.1" dependencies = [ "ansi_colours", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index a9c404e..dda091f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "vivid" readme = "README.md" repository = "https://github.com/sharkdp/vivid" -version = "0.10.0" +version = "0.10.1" exclude = ["demo/*"] edition = "2018" rust-version = "1.74"