Skip to content

Commit

Permalink
(cargo-release) version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique committed Jan 29, 2020
1 parent 3561ba0 commit 91cb9c4
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
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static = "1.4"
libc = "0.2"
num_cpus = "1.10"
pin-utils = "0.1.0-alpha.4"
lightproc = { version = "= 0.3.3", "path" = "../lightproc" }
lightproc = { version = "= 0.3.4", "path" = "../lightproc" }

# Allocator
numanji = { version = "^0.1", optional = true, default-features = false }
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 @@ futures = { version = "0.3", features = ["async-await"] }
futures-timer = "3.0.0"
fxhash = "0.2"
lazy_static = "1.4"
lightproc = { version = "= 0.3.3", path = "../lightproc" }
lightproc = { version = "= 0.3.4", 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lightproc"
version = "0.3.3"
version = "0.3.4"
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 91cb9c4

Please sign in to comment.