diff options
author | HampusM <hampus@hampusmat.com> | 2023-04-02 20:44:08 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2023-04-02 20:44:08 +0200 |
commit | 7e1bbbc738362896e8956306b3dc02b1de406ac1 (patch) | |
tree | 7a297c3a1f739eed315520f82b3c202ad0df5cae /macros | |
parent | b1e5359bf34fba4392634f7a7ec43964b53f96a4 (diff) |
build: bump version to 0.3.0v0.3.0
Diffstat (limited to 'macros')
-rw-r--r-- | macros/Cargo.toml | 4 |
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 = ".." } |