From bbdd5bc1be225cc14c6d9a64585fcdcccc29de84 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Mon, 22 Jul 2019 00:12:21 +0200 Subject: [PATCH] (cargo-release) version 0.1.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34764a22..b685b43d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bastion" -version = "0.1.3-alpha.0" +version = "0.1.3" description = "Fault-tolerant Runtime for Rust applications" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"]