summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 = ".." }