From 728f1c6f395714e67d6a7217a9102740318fb5ee Mon Sep 17 00:00:00 2001 From: Artem Romanenia Date: Mon, 29 Jul 2024 14:54:05 +0300 Subject: [PATCH] v0.4.9-alpha.1 --- Cargo.toml | 6 +++--- o2o-impl/Cargo.toml | 2 +- o2o-macros/Cargo.toml | 4 ++-- o2o-tests/Cargo.toml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65fa920..25e2dca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o" -version = "0.4.8" +version = "0.4.9-alpha.1" 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.8", path = "o2o-impl" } -o2o-macros = { version = "0.4.8", path = "o2o-macros" } +o2o-impl = { version = "0.4.9-alpha.1", path = "o2o-impl" } +o2o-macros = { version = "0.4.9-alpha.1", path = "o2o-macros" } [workspace] members = ["o2o-impl", "o2o-macros", "o2o-tests"] diff --git a/o2o-impl/Cargo.toml b/o2o-impl/Cargo.toml index cfe240f..34eabdf 100644 --- a/o2o-impl/Cargo.toml +++ b/o2o-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-impl" -version = "0.4.8" +version = "0.4.9-alpha.1" edition = "2021" authors = ["Artem Romanenia "] description = "Implementation of 'o2o' crate" diff --git a/o2o-macros/Cargo.toml b/o2o-macros/Cargo.toml index a91679f..8445467 100644 --- a/o2o-macros/Cargo.toml +++ b/o2o-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-macros" -version = "0.4.8" +version = "0.4.9-alpha.1" 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.8", path = "../o2o-impl" } +o2o-impl = { version = "0.4.9-alpha.1", path = "../o2o-impl" } syn = "1.0.3" diff --git a/o2o-tests/Cargo.toml b/o2o-tests/Cargo.toml index 1b4af71..af3e76d 100644 --- a/o2o-tests/Cargo.toml +++ b/o2o-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "o2o-tests" -version = "0.4.8" +version = "0.4.9-alpha.1" edition = "2021" authors = ["Artem Romanenia "] description = "Tests for 'o2o' crate" @@ -8,8 +8,8 @@ license = "MIT OR Apache-2.0" repository = "https://github.com/Artem-Romanenia/o2o" [dependencies] -o2o = { version = "0.4.8", path = "../" } +o2o = { version = "0.4.9-alpha.1", path = "../" } anyhow = "1.0.86" [dev-dependencies] -test-case = "3" \ No newline at end of file +test-case = "3"