From 9eaf5d298f28caa28763291469a2e9ccdd716611 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Sat, 27 Jul 2019 19:58:12 +0200 Subject: [PATCH] (cargo-release) version 0.1.4-alpha.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 43674449..34d57f6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bastion" -version = "0.1.4-alpha.0" +version = "0.1.4-alpha.1" description = "Fault-tolerant Runtime for Rust applications" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"]