Skip to content

Commit

Permalink
version bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zhming0 committed Jun 4, 2021
1 parent c5c0ad5 commit f921e47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sai/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
description = "IoC/DI framework for Rust"
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion sai_component_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
description = "Implementation of #[derive(Component)] for Sai"
Expand Down

0 comments on commit f921e47

Please sign in to comment.