From f921e47f2f42ac0c0d5714c6d9bad3cb6a9822d5 Mon Sep 17 00:00:00 2001 From: Zhiming Guo Date: Fri, 4 Jun 2021 15:49:43 +1000 Subject: [PATCH] version bump to 0.1.4 --- sai/Cargo.toml | 4 ++-- sai_component_derive/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sai/Cargo.toml b/sai/Cargo.toml index bdd7534..2cd804f 100644 --- a/sai/Cargo.toml +++ b/sai/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sai" -version = "0.1.3" # Don't foget to update the version in dependencies +version = "0.1.4" # Don't foget to update the version in dependencies authors = ["zhming0 "] edition = "2018" description = "IoC/DI framework for Rust" @@ -15,7 +15,7 @@ exclude = ["tests"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -sai_component_derive = { version = "=0.1.3", path = "../sai_component_derive" } +sai_component_derive = { version = "=0.1.4", path = "../sai_component_derive" } async-trait = "0.1.35" [dev-dependencies] diff --git a/sai_component_derive/Cargo.toml b/sai_component_derive/Cargo.toml index 38ddf6a..c930396 100644 --- a/sai_component_derive/Cargo.toml +++ b/sai_component_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sai_component_derive" -version = "0.1.3" # Don't foget to update the version in dependencies +version = "0.1.4" # Don't foget to update the version in dependencies authors = ["zhming0 "] edition = "2018" description = "Implementation of #[derive(Component)] for Sai"