From b8844aa899b26a5124d6e1c469c0b107e8203c6c Mon Sep 17 00:00:00 2001 From: Artem Romanenia Date: Mon, 25 Mar 2024 14:31:42 +0300 Subject: [PATCH] v0.4.2 --- Cargo.toml | 6 +++--- o2o-impl/Cargo.toml | 2 +- o2o-macros/Cargo.toml | 4 ++-- o2o-tests/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55a9a86..ff85285 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Artem Romanenia "] categories = ["rust-patterns"] @@ -10,8 +10,8 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/Artem-Romanenia/o2o" [dependencies] -o2o-impl = { version = "0.4.1", path = "o2o-impl" } -o2o-macros = { version = "0.4.1", path = "o2o-macros" } +o2o-impl = { version = "0.4.2", path = "o2o-impl" } +o2o-macros = { version = "0.4.2", path = "o2o-macros" } [workspace] members = ["o2o-impl", "o2o-macros", "o2o-tests"] diff --git a/o2o-impl/Cargo.toml b/o2o-impl/Cargo.toml index b5bbbba..ada9a17 100644 --- a/o2o-impl/Cargo.toml +++ b/o2o-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-impl" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Artem Romanenia "] description = "Implementation of 'o2o' crate" diff --git a/o2o-macros/Cargo.toml b/o2o-macros/Cargo.toml index 3ac307c..41bc594 100644 --- a/o2o-macros/Cargo.toml +++ b/o2o-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-macros" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Artem Romanenia "] description = "Macro definitions of 'o2o' crate" @@ -11,5 +11,5 @@ repository = "https://github.com/Artem-Romanenia/o2o" proc-macro = true [dependencies] -o2o-impl = { version = "0.4.1", path = "../o2o-impl" } +o2o-impl = { version = "0.4.2", path = "../o2o-impl" } syn = "1.0.3" diff --git a/o2o-tests/Cargo.toml b/o2o-tests/Cargo.toml index 3cf9e13..02beb44 100644 --- a/o2o-tests/Cargo.toml +++ b/o2o-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-tests" -version = "0.4.1" +version = "0.4.2" edition = "2021" authors = ["Artem Romanenia "] description = "Tests for 'o2o' crate" @@ -8,4 +8,4 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/Artem-Romanenia/o2o" [dependencies] -o2o = { version = "0.4.1", path = "../" } \ No newline at end of file +o2o = { version = "0.4.2", path = "../" } \ No newline at end of file