diff --git a/bastion-executor/Cargo.toml b/bastion-executor/Cargo.toml index 8613291e..ed6fc18a 100644 --- a/bastion-executor/Cargo.toml +++ b/bastion-executor/Cargo.toml @@ -5,7 +5,7 @@ name = "bastion-executor" # - Update CHANGELOG.md. # - npm install -g auto-changelog && auto-changelog at the root # - Create "v0.x.y" git tag at the root of the project. -version = "0.3.4" +version = "0.3.5-alpha.0" description = "Cache affine NUMA-aware executor for Rust" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"] diff --git a/bastion/Cargo.toml b/bastion/Cargo.toml index e5a7138c..c90793a4 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -40,7 +40,7 @@ maintenance = { status = "actively-developed" } unstable = ["bastion-executor/unstable"] [dependencies] -bastion-executor = { version = "= 0.3.4", path = "../bastion-executor" } +bastion-executor = { version = "= 0.3.4" } futures = { version = "0.3", features = ["async-await"] } futures-timer = "3.0.0" fxhash = "0.2"