From 7514e385249b5a71b08b4cdb2fd68638f9e8600a Mon Sep 17 00:00:00 2001 From: Florin Lipan Date: Fri, 15 Sep 2023 15:20:52 +0200 Subject: [PATCH] Bump to 1.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3f183b..dbfdc95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mockito" -version = "1.1.1" +version = "1.2.0" authors = ["Florin Lipan "] license = "MIT" homepage = "https://github.com/lipanski/mockito"