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 /Cargo.toml | |
parent | b1e5359bf34fba4392634f7a7ec43964b53f96a4 (diff) |
build: bump version to 0.3.0v0.3.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" } |