From 47301f385101a902484567b75e72de94f7f5190b Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Sun, 5 Feb 2023 21:07:31 +0100 Subject: [PATCH] chore: bump version to 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6c2f347..2a5e67d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "calliper" authors = ["Piotr Osiewicz "] -version = "0.1.2" +version = "0.1.3" edition = "2021" rust-version = "1.56" repository = "https://github.com/osiewicz/calliper"