From 7e1bbbc738362896e8956306b3dc02b1de406ac1 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 2 Apr 2023 20:44:08 +0200 Subject: build: bump version to 0.3.0 --- Cargo.toml | 4 ++-- macros/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d98e151..a9cf7de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ridicule" -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Rust mocking library supporting non-static function generics" @@ -11,4 +11,4 @@ members = ["macros"] [dependencies] predicates = "3.0.1" -ridicule-macros = { version = "0.2.0", path = "./macros" } +ridicule-macros = { version = "0.3.0", path = "./macros" } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 1914482..ea15399 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ridicule-macros" -version = "0.2.0" +version = "0.3.0" license = "MIT OR Apache-2.0" description = "Macros for Ridicule, a mocking library supporting non-static function generics" edition = "2021" @@ -15,4 +15,4 @@ proc-macro-error = "1.0.4" proc-macro2 = "1.0.52" [dev-dependencies] -ridicule = { version = "0.2.0", path = ".." } +ridicule = { version = "0.3.0", path = ".." } -- cgit v1.2.3-18-g5258