diff --git a/bastion-executor/Cargo.toml b/bastion-executor/Cargo.toml index 20fe591f..60ca2c1e 100644 --- a/bastion-executor/Cargo.toml +++ b/bastion-executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bastion-executor" -version = "0.3.0-alpha.1" +version = "0.3.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 5c04f8e3..c2847c14 100644 --- a/bastion/Cargo.toml +++ b/bastion/Cargo.toml @@ -35,7 +35,7 @@ maintenance = { status = "actively-developed" } unstable = ["bastion-executor/unstable"] [dependencies] -bastion-executor = { version = "= 0.3.0-alpha.1", path = "../bastion-executor" } +bastion-executor = { version = "= 0.3.0", path = "../bastion-executor" } futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] } fxhash = "0.2" lazy_static = "1.4"