From e29e015ad0d1cb64e085c26a56d995f2e76090f1 Mon Sep 17 00:00:00 2001 From: Artem Romanenia Date: Mon, 6 May 2024 19:38:24 +0300 Subject: [PATCH] v0.4.3 --- 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 ff85285..6ee733a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o" -version = "0.4.2" +version = "0.4.3" 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.2", path = "o2o-impl" } -o2o-macros = { version = "0.4.2", path = "o2o-macros" } +o2o-impl = { version = "0.4.3", path = "o2o-impl" } +o2o-macros = { version = "0.4.3", path = "o2o-macros" } [workspace] members = ["o2o-impl", "o2o-macros", "o2o-tests"] diff --git a/o2o-impl/Cargo.toml b/o2o-impl/Cargo.toml index 2de424b..c2504a1 100644 --- a/o2o-impl/Cargo.toml +++ b/o2o-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-impl" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Artem Romanenia "] description = "Implementation of 'o2o' crate" diff --git a/o2o-macros/Cargo.toml b/o2o-macros/Cargo.toml index 41bc594..31279c8 100644 --- a/o2o-macros/Cargo.toml +++ b/o2o-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-macros" -version = "0.4.2" +version = "0.4.3" 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.2", path = "../o2o-impl" } +o2o-impl = { version = "0.4.3", path = "../o2o-impl" } syn = "1.0.3" diff --git a/o2o-tests/Cargo.toml b/o2o-tests/Cargo.toml index 938f9f5..ba3204f 100644 --- a/o2o-tests/Cargo.toml +++ b/o2o-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-tests" -version = "0.4.2" +version = "0.4.3" edition = "2021" authors = ["Artem Romanenia "] description = "Tests for 'o2o' crate" @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/Artem-Romanenia/o2o" [dependencies] -o2o = { version = "0.4.2", path = "../" } +o2o = { version = "0.4.3", path = "../" } [dev-dependencies] test-case = "*" \ No newline at end of file