Skip to content

Commit 785876e

Browse files
committed
(cargo-release) version 0.3.0
1 parent 703fa65 commit 785876e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bastion-executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bastion-executor"
3-
version = "0.3.0-alpha.1"
3+
version = "0.3.0"
44
description = "Cache affine NUMA-aware executor for Rust"
55
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
66
keywords = ["fault-tolerant", "runtime", "actor", "system"]

bastion/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ maintenance = { status = "actively-developed" }
3535
unstable = ["bastion-executor/unstable"]
3636

3737
[dependencies]
38-
bastion-executor = { version = "= 0.3.0-alpha.1", path = "../bastion-executor" }
38+
bastion-executor = { version = "= 0.3.0", path = "../bastion-executor" }
3939
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
4040
fxhash = "0.2"
4141
lazy_static = "1.4"

0 commit comments

Comments
 (0)