Skip to content

Commit

Permalink
Freeze bastion-executor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Jan 29, 2020
1 parent 3a681ea commit 4723452
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
Original file line number Diff line number Diff line change
Expand Up @@ -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 <vertexclique@gmail.com>"]
keywords = ["fault-tolerant", "runtime", "actor", "system"]
Expand Down
2 changes: 1 addition & 1 deletion bastion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4723452

Please sign in to comment.