From 5de72116a7d856909bc88b266900a0df2574e567 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Sun, 21 Jul 2019 23:49:09 +0200 Subject: [PATCH] (cargo-release) version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3694f780..1a9bfa27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bastion" -version = "0.1.1-alpha.0" +version = "0.1.1" description = "Fault-tolerant Runtime for Rust applications" authors = ["Mahmut Bulut "] keywords = ["fault-tolerant", "runtime", "actor", "system"]