From c2f02d6d57d821fad03329f882843507df19e01a Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Tue, 12 Dec 2023 13:55:46 -0700 Subject: [PATCH] chore: Update version to `0.10.0` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d9659e..149d5c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.9.2" +version = "0.10.0" dependencies = [ "anstyle", "criterion", diff --git a/Cargo.toml b/Cargo.toml index ec39e99..51e52a0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annotate-snippets" -version = "0.9.2" +version = "0.10.0" edition = "2021" rust-version = "1.70" # MSRV authors = ["Zibi Braniecki "]