Skip to content

Commit

Permalink
(cargo-release) version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r3v2d0g committed Nov 13, 2019
1 parent cb1889e commit 896a1cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bastion-executor/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ lazy_static = "1.4"
libc = "0.2"
num_cpus = "1.10"
pin-utils = "0.1.0-alpha.4"
lightproc = { version = "= 0.3.3-alpha.1", "path" = "../lightproc" }
lightproc = { version = "= 0.3.3", "path" = "../lightproc" }

# Allocator
numanji = { version = "^0.1", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion bastion/Cargo.toml
Expand Up @@ -39,7 +39,7 @@ bastion-executor = { path = "../bastion-executor" }
futures-preview = { version = "=0.3.0-alpha.19", features = ["async-await"] }
fxhash = "0.2"
lazy_static = "1.4"
lightproc = { version = "= 0.3.3-alpha.1", path = "../lightproc" }
lightproc = { version = "= 0.3.3", path = "../lightproc" }
log = "0.4"
# TODO: https://github.com/cogciprocate/qutex/pull/5
# TODO: https://github.com/cogciprocate/qutex/pull/6
Expand Down
2 changes: 1 addition & 1 deletion lightproc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lightproc"
version = "0.3.3-alpha.1"
version = "0.3.3"
description = "Lightweight process abstraction for Rust"
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
keywords = ["fault-tolerant", "runtime", "actor", "system", "lightweight-process"]
Expand Down

0 comments on commit 896a1cb

Please sign in to comment.