diff --git a/Cargo.lock b/Cargo.lock index 941afe8..675cbcc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,7 +367,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vivid" -version = "0.9.0" +version = "0.10.0" dependencies = [ "ansi_colours", "clap", diff --git a/Cargo.toml b/Cargo.toml index 71df475..64d44a4 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.9.0" +version = "0.10.0" exclude = ["demo/*"] edition = "2018" rust-version = "1.74"