From fb16a7adb1c99bc570c1d40d4215b411b30e2122 Mon Sep 17 00:00:00 2001 From: Scott Schafer Date: Thu, 4 Jan 2024 15:22:01 -0700 Subject: [PATCH] chore: Update version to `0.10.1` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 149d5c5..221841a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" [[package]] name = "annotate-snippets" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anstyle", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 2cdd75e..42fe563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "annotate-snippets" -version = "0.10.0" +version = "0.10.1" edition = "2021" rust-version = "1.73" # MSRV authors = ["Zibi Braniecki "]