Skip to content

Commit

Permalink
(cargo-release) version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Nov 13, 2019
1 parent 703fa65 commit 785876e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <vertexclique@gmail.com>"]
keywords = ["fault-tolerant", "runtime", "actor", "system"]
Expand Down
2 changes: 1 addition & 1 deletion bastion/Cargo.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 785876e

Please sign in to comment.